Which is the correct order?
a. Planning, Designing, Execution, Implementation and
Analysis
b. Planning, Designing, Implementation, Execution and
Analysis
c. Analysis, Planning, Designing, Execution and
Implementation
d. Planning, Analyzing, Designing, Execution and
Implementation
Answer Posted / swapnika
anser is b .
first you plan the test.(in administrator)
then design the test.(test cases in test manager))
then implement it my manual or qutomqted(in robot)
then execute it.
then analysis it(by log result)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain Robot?s command line options?
What is meant by verification point and what is the use of it?
What is the purpose of inserting delay values in the scripts of rational?
What is the planning and creating datapool?
How to test java applications and what settings you need to do?
what is responsibilities of the Rational Robot
Explain what kind of problems are solved by datapools?
How do you analyze results after playback?
How will you do data driven testing using Robot?
Explain datapool?
How to do data driven testing using robot?
Where the datapool values are stored?
I wanna to learn RFT can anyone send me the learning material including demo. I am working on mainframe based project using RFT, but don't have that much knowledge of java scripts so need to learn.
How can you automate your project?
How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....