where exactly we can't do the automation testing. give some examples
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / andy
We can not do the automation testing for the following
scenarios:
1. For the newly build application
2. For Smoke Testing of the application
3. For the application to be tested only once
4. For the application which has to be tested in rush time
5. For UAT
| Is This Answer Correct ? | 1 Yes | 4 No |
How will you handle the situation when object is not captured during record?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
What is the use of running the scripts in Hidden-mode in UFT?
Hybrid framework supports Descriptive programming. Is it true?
what is the difference between xmlutil and xmlDOM in qtp?
What is Unicode Compatibility?
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
What is FRAME WORK? How many Frameworks can QTP supports?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
How does QTP identifies the object in the application
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?