what is the defference between calling ation and called
action?
Answer / shiva
example:
there are two actions action1 and action2,
your are calling action1 in action2,
then action1 is called action
and action2 is calling action
| Is This Answer Correct ? | 3 Yes | 0 No |
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
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
Does the Existing reusable action can be modified at the time of calling the action?? Please help me..
Can we do Load Testing with QTP?
In qtp, explain what is qrs file?
what is the extension for the test version of the script?
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
how to identify the user defind varibles? plz tell me
What are Error handling other than Recovery scenario manager?
1. how can you handle exceptions without using recovery scenario?
HOW TO FIND WEBTABLE? HOW TO RETRIVE THE WEBTABLE VALUES? PLZ TELL ME THE PROCEDURE.
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?