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

write a qtp script to enter user name & password for flight reservation login page from excel sheet

1 Answers  


how do u get lib files into scripting files?

4 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  


How do you send email with attachment from outlook using qtp ?

0 Answers  


Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"

5 Answers   Cap Gemini,


Where we can use the analog mode and where we can use the low – level mode?

0 Answers  


Hi All, What is an XML Checkpoint in QTP? How can i use it while testing a web application? Kindly explain in detail. Thanks in advance

2 Answers  


Explain about reusable actions?

2 Answers  


How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.

4 Answers  


How to find RAM size by using QTP?

2 Answers   IBM,


How to add verification steps to tests?

1 Answers  


How to insert a check point to a image to check enable property in QTP?

1 Answers  


Categories