How will you edit a baseline file of a verification point?
Answer Posted / pavan kishore. m.m.v
In Rational Robot, after a Verification point is inserted
and when the script was play backed, it compares the
baseline script with the Actual and displayes the Result in
the Test Manager. Here we can change the Baseline file of
verification point. And from here onwards, the verification
point "fails" (for instance---the first playback may be
a "Pass"), as we had modified the baseline script.
Robot had some Comparators, in which we can see both the
Baseline script and the Actual Script.
Key value: User selects the key values in the expected data
(baseline). During runtime, playback- Robot captures
current data from the object and compares the selected key
values of the baseline.
Note: Grid comparator is an appropriate comparator to
analyze following VP?s failures
1. clipboard failure
2. Menu failure
3. Object Data failures
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by verification point and what is the use of it?
For unattended execution whick playback options you will use?
what is responsibilities of the Rational Robot
How will you do data driven testing using Robot?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
How will you edit a baseline file of a verification point?
Explain Robot?s command line options?
how you copy test cases from .xls to Quality centre?
If we write a scipt for login page and we click submit button then it moves to order page ... How we can validate once we click the submit button it opens wether order page or not
How to test java applications?
How can you automate your project?
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.
What information is contained in the Datapool_config section?
Explain purpose of inserting delay values in the scripts of rational?
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....