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 |
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What are software testing metrics
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is the Difference Between Quick Test Pro and Quick test professional?
How QTP support all types of applications (platforms)?
What is the current version of QTP and now it is the product of Mercury or HP
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
can we run the scripts of qtp 8.2 in the qtp7.0?
What is TOM in QTP?
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?