Prepare for your Next Interview
This is a discussion on Test Inbox welcome message within the QTP forums, part of the Software Testing category; If you entered into yahoo mail with your valid user name then you will get for example, " welcome to krishna " on the top of inbox page , how can you test ...
|
|||
|
Test Inbox welcome message
If you entered into yahoo mail with your valid user name then you will get for example,
" welcome to krishna " on the top of inbox page , how can you test it in QTP? |
| Sponsored Links |
|
|||
|
Re: Test Inbox welcome message
Hi,
You can confirm the same using a Text Checkpoint. A simple way would be to add a checkpoint using your Active Screen. Highlight the Text which displays the message and Select Insert Text Checkpoint. Based on the status of your Checkpoint, set the status of your Test as PASS / FAIL accordingly. If the welcome message is displayed as a Link, you could verify the existence of the same once Page load is complete. Since it would be identified as an Object, use Browser("").Page("").Link("LinkName").Exists Based on return value of Exists, pass / fail your test accordingly. Cheers..
__________________
Regards, V.Umesh Krishnan QA Consultant |
|
|||
|
Re: Test Inbox welcome message
The record/playback feature of the test tool is useful for determining how the tool is trying to process or interact with the application under test, and can give you some ideas about how to develop your test scripts, but beyond that, its usefulness ends quickly.? The scripts resulting from this method contain hard-coded values which must change if anything at all changes in the application
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error Message | krishnaindia2007 | Oracle | 3 | 03-04-2008 02:53 PM |
| Message Prompt | sivakumar.bora | Data Warehousing | 0 | 01-12-2008 04:00 AM |
| mozilla alert message | reet_dhiman | Windows | 1 | 11-29-2007 10:32 PM |
| Custom Error message | jmanivannan | SQL Server | 3 | 10-22-2007 08:45 AM |
| How to get RAISE_APPLICATION_ERROR message alone? | Anasuya1031 | Oracle | 1 | 07-27-2007 12:52 AM |