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 to use Regular Expressions in QTP? give an example.
10 Answers ABC, Accenture, Ordain Solutions, SCL,
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
Could some one explain me how to create folder on the desktop from QTP?? This is an interview question
When I start recording any web application (either Mozilla or IE) QTP recognizes window instead of browser and also it does not show all the hierarchy tree of that particular web page. 1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") 2. As everybody knows it should be browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") I am using the windows vista, do you think it may be a problem of my settings in QTP or problem of my installation. Your kind responses will be appreciated. Thanks in advance. Satya
What is recovery scenario in qtp?
How qtp recognizes the object?
Explain about reusable actions?
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
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
when do we write a script in qtp?(plz give me more then 2 reasons)
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans