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
What are the challenges you faced during you entire life automation ?
Can we use index on view?
What is the difference between local and shared object repository in qtp?
Describe the differences between functions and actions in UFT?
what is profile tool?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
Explain the types of properties that quick test learns while recording?
Explain in brief about the qtp automation object model (aom).
why you have standardized functions? plzzz guys with real time exp. do answer
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Should have experience in framework means?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.