what are the limitations of automation testing?
Answers were Sorted based on User's Feedback
Answer / srinidhi patil
We can't go for automation for Adhoc testing
We can't go for automation for usability testing
We can't go for automation if the application is not
stable.
Usually for some GUI(Look&Feel) applications,we don't go
for automation.
Correct me,if i am wrong.
| Is This Answer Correct ? | 7 Yes | 2 No |
Give one example of Standard checkpoint in qtp 10?
Explain the concept of object repository and how quicktest professional recognises objects?
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
What type of VB script u had done in expert view?
what are the challenges you have faced while testing web based application using the automation tools ?
Hi ,Can any one pleas explain how to test splash objects using QTP?
What are the types of object repository?
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
hai there..this is chandu..i have a txt file which containing 1000 lines but at a time i want to retrieve 50 lines..after 50 lines i required to retrieve 51-100..like that i want...so could anybody help me in this...thanks in Advance..
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
What is the basic concept of qtp?