how can we group that these test cases only should be
automated and in which order you execute that test cases?
Answer Posted / 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 |
Post New Answer View All Answers
How you will rate urself in QTP in the range of 0 to 5
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How can you close the second opened browser?
What are the types of object repository?
Explain in brief about the quicktest professional (qtp) automation object model?
What are the differences between quicktest professional (qtp) and winrunner?
How many lines of code in each script of QTP?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is active screen?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Is it possible to split an action? How?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How QTP identify the system time that's changes every seconds?
What are the views available in quicktest professional?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.