What is the difference between two actions?
Answer / chinmaya
First u put perfect Qustion.
There are three types actions available in QTP(8.2).
1.Non-Reusable Action:
An action which is called only in the test with which it is
stored and can be called only once.
2.Reusable Action:
An action that can be called at multiple times by the test.
3.External Action:
An reusable action which is stored in another test.
| Is This Answer Correct ? | 4 Yes | 0 No |
what is use of optionexplicit in variable declaration
Add parameters during time in each row in one column
1) after inserting the check point how to change the expected value that was captured while inserting the check point
what is the difference between Automation object model(AOM) and test object model(TOM)
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
How do you configure QTP AND Test director?
What are the Features & Benefits of Quick Test Pro ?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
How may types of defects identify application or your currently working application?pls give me answer..
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
What is CMMP and CMMH?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?