i have a window , initial its name is "NEW CUSTOMER"
i have to enter the details of customer in the test object
fields and after saving the window name is automatically
changing with the customer name .
so how to identify that window after saving.
(i am using descriptive programming.)
Answer Posted / mahesh_sqa
When u Entered the Details of the customer in New Customer
Window when u press submit button\else to procced then it
can opens the window as customer names window right
means u can retrive the name of customer
var=browser(****).page(***).winedit("cuname").GetRoProperty
("text")
now compare the retrived value with window name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to run a test using quicktest professional?
describe some problems that u had with automating testing tool?
How to connect to a database?
What are the different types of recording modes in qtp? Which will be used when?
What environment does qtp run in?
How does qtp identify gui object?
What is the difference between analog and low level recording?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is Unicode Compatibility?
How can you pass value one action to another action?
diff between qtp versions from 8.5
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
how u will evaluate the tool for test automation?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
Where you are storing your script?