how to select the work for complete automation and one more
thing when u are going to choose automation
Answer Posted / hari krishna.y
The work depends upon the Test Lead:
-------------------------------------
1.He will consider the +ve and -ve flows of the application.
2.When the application comes to a stable state then automation
will be continued.
3.If at all the application is continuously changing then automation is very useful(Regression Testing).
4.If we want to check with multiple user names and password with valid and invalid outputs then automation is very useful (Re Testing).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the views available in quicktest professional?
How does you test a weblink which is changing dynamically?
Sql questions to find second max salary and how to use joins
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How to save your test using quicktest professional?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How does qtp identify objects in the application?
Can we record using all the modes in a single script? Explanation with example is appreciated
How is UFT 11.5 version different from UFT 12.0?
What is the synchronization point in qtp?
Brief the process of testing with UFT?
Can we run multiple QTP scripts one after the other without manual intervention? How?