where exactly we can't do the automation testing. give some examples
Answer Posted / pavan
2.GetRoProperty----we can get values from runtime using
this method..
a=Browser("").page("").wededit("").Getroproperty("text")
msgbox a
dispaly the value in that text..
GetTopropetty---we can get the values from that object
a=Browser("").page("").wededit("").GetToproperty("text")
msgbox a
that is run time....
3.Qtp 9.0 merge the repositories in RepositoriesManager
option...2or more we can merge
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
If you are testing a web application then what will you test in that application?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
What are the trigger events in qtp?
Explain the concept of how quicktest professional (qtp) identifies object?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How to import a test case present in ".xls" file to TD under a Test set?
How software automation specialist enter steps in the Expert View?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How qtp recognizes the object?
How to data driven test for Win objects in QTP ?
How to do call a output parameter from one action to another action??/