Hi What are re-usable actions in QTP?
-Thank You
Answer Posted / sravanthi
these r the actions which r reusable in another actions. we
can also make non reusable actions into reusable actions .
for this we have 2 follow this navigation
record our reqs operation->step menu->action properties-
>select reusable actions
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
We stored into the objects OR and then write the scripting
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
i can done the project with QTP in that time i can say how many members in my team size?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Thanks....But can u tell me how i use the QTP for GIS with one Example...
QTP script is not working on other's machine..
What are the data types in qtp?
your coming from electrical backgroung..but y ur coming to software side?
Explain qtp(quick test professional)?
How did you use regular expressions in QTP and also in WR?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How qtp recognizes the object?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }