how can we group that these test cases only should be
automated and in which order you execute that test cases?
Answers were Sorted based on User's Feedback
Answer / lia
Its upto the QA tester to analyse the conditions and decide
on which tests to automate. Normally the automation comes
handy when we perform regression testing (ie . once system
is stabilised and new features are added then we perform
regression testing to make sure the existing features work
properly. In that case its easy to automate the testing.
Also to check some calculations adn user interface we can
automate. The order of execution is totally based on the
application and its difficult to point out exactly.
| Is This Answer Correct ? | 2 Yes | 1 No |
for ex 500 test cases are there.
we want to conduct retesting only 100 cases.
on the time we can introduce QTP.
1). After that each and every test cases created seperate
actions.
2). each and every action make re-usable action.
3). when ever u need the action on the time call the action.
| Is This Answer Correct ? | 0 Yes | 1 No |
Did u use check points during ur work experience ?
how to read log file using QTP??
Explain about the test fusion report of quicktest professional?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
What are the various types of Actions in UFT?
How to use Regular Expressions in QTP
what are the principles of good testing scripts for automation?
Use of Multiple Actions in QTP?
When can shared object repository fails?
How to use setroproperty?
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.