IS standard check point is very important than the other
check points in QTP? If so why?
Answer Posted / mercy
I feel that the importance of checkpoints are incomparable.
Using or not using a checkpoint is all upto you.
Checkpoints enable you to test thoroughly. Standard
checkpoint enables you to validate property's value of an
object. When it is very important to test that property's
value, we will go for standard checkpoint. May be your
question is based on a particular scenario.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the difference between modular framework & datadriven framework
what type of automation is follwed in the project?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
Explain how qtp identifies object?
What are the types of object repository in qtp?
Difference between test object and run time object?
What is recovery scenario in qtp?
To which environments does quicktest professional supports?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How would you export a script from one pc to another in qtp?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?