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 |
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
what is retesting?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How open an excel sheet in QTP(not a run time )?
What is the Diff between Image check-point and Bit map Check point?
how to do regression testing in qtp? plz give ans with examples
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
The hybrid framework can be implemented for any application. Is it true?
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
Write a QTP script to print all the link names displayed in a web page
how to get no.of non empty rows in a excel sheet through vb-script