How will you edit a baseline file of a verification point?
Answers were Sorted based on User's Feedback
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 |
Answer / meenu
the asset pane on the left side displays the verification
points. right click and view baseline. Once the baselline
file opens i an appropriate comparator it can be edited.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to do data driven testing using robot?
Explain datapool?
Where the datapool values are stored?
Explain user defined data type with an example..?
1. Which of this is not a verification point a. File Comparison b. File Existence c. Module Comparison d. Module Existence
How can you automate your project?
How many verification points are there in Robot and What are they?
Hi all when you run your scripts, all the corresponding bugs can be loged in to Quality Center (or any bug tracking tool), when you have a connection between both the tools. obviously one is being a BUG TRACKING and TEST MANAGEMENT TOOL (QC) and the next is a TESTING TOOL (QTP). my question is that....being both are different tools how can you establish a connection. As you connect your Monitor with CPU by some cables. ns_prasad21@yahoo.co.in
What information is contained in the Datapool_config section?
What is standard data type and what is user defined data type?
Explain user defined data type with an example..?
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