what is the diff between manual test plan document and
automation test plan doc.can u explain indetail.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

What is the file extension of the code file and object repository file in QTP?

0 Answers  


What is Environment Variable and when we apply this in QTP?

3 Answers   TCS,


4. what is the use of Text output value in Qtp?

1 Answers   Wipro,


what type of framework u r using in ur organization

0 Answers   Wipro,


How to load the object repository at run time?

1 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  


what is the difference btn risks & Therads in the Test plan documentation?

0 Answers   Accenture,


Which scripting language QTP is using?

6 Answers  


How to count the no of objects in XML file(QTP)

1 Answers   IBM,


can u explain relative path architecture framework in qtp?

0 Answers   Mindlance,


What is the latest version of qtp?

0 Answers  


HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.

2 Answers  


Categories