where exactly we can't do the automation testing. give some examples

Answers were Sorted based on User's Feedback



where exactly we can't do the automation testing. give some examples..

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

where exactly we can't do the automation testing. give some examples..

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

Post New Answer

More QTP Interview Questions

What is positive test case and Negative Test case? What is the meaning of Real World Scenario's?

2 Answers   TCS,


Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?

1 Answers  


what are recovery management techiniques?

1 Answers  


what is the use of VIRTUAL OBJECTS? explain ?

4 Answers  


i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?

0 Answers  






What is API

1 Answers  


Recovery Manager means..?

4 Answers  


Where we save all scripts in the QTP

5 Answers   Ordain Solutions, Sathya Technologies,


What is the extension of script and object repositary files?

7 Answers   Maveric,


Hi,will U Please Provide me details certification for QTP &QC and also please provide me the Material also. Send to mail:jjaanu2mail@gmail.com

0 Answers  


Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.

1 Answers  


If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?

1 Answers  


Categories