A question was asked in a company-suppose, I am testing a
website on QTP, all the time a new title bar is appeared on
next page. Trying to use regular expression under key word
driven testing
but expert view is also appearing unchanged and error is
also generating,
do you have any best resolution for that kindly explain in
detail. please dont give
example of yahoomail, that is unable to clear my doubt.
Answers were Sorted based on User's Feedback
Answer / kumar
go to the OR and change the object name using '.*'(regular
exp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / less than you
I am reexplaining the question::
Tile bar is completely getting changed on the next page
what syntax we will use for regular expression for
Browser("Yahoo! Mail - The best").Page("Yahoo! Mail - The
best").WebEdit("login").Set "TestUser"
Browser("Yahoo! Mail - The best").Page("Yahoo! Mail - The
best").WebEdit("passwd").SetSecure "460205b87f0543"
Browser("Yahoo! Mail - The best").Page("Yahoo! Mail - The
best").WebButton("Sign In").Click
Browser("Yahoo! Mail - The best").Page("Yahoo! Mail -
TestUser@").Link("Addresses").Click
Browser("Yahoo! Mail - The best").Page("Yahoo! Address
Book -").Link("Mail").Click
Browser("Yahoo! Mail - The best").Page("Yahoo! Mail -
TestUser").Sync
| Is This Answer Correct ? | 0 Yes | 1 No |
four browser are open same application i want to enter 3browser how?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?
Can I use datatable of Action1 in the Action2.
What is the Diff between Image check-point and Bit map Check point?
What are the differences between qtp and winrunner?
write script for , launching fr window,login and create 5 elements array and store 5 order numbers inthat array? and open order by using order no.s in array and find out maximum tickets booked by which order?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
how you update scripts in qtp?
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
How to check feasibility of the appliction?in automation testing?
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?