How to call .vbs funtion , Library files in QTP? plz
Explain indetail(chandana)

Answer Posted / chandana

Thank you very much patil.

By
chandana

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1564


Explain building blocks of the bpt framework ?

561


What is difference between shared and local object repository?

589


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

1358


What is an expert view and keyword view?

570






How to test login module with different username and password by using data driven testing in QTP?

609


What is the difference between rational rose and QTP?

1782


What is the difference in testing a client-server application and a web application?

584


What is action? How many types of actions are there in qtp?

614


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

2755


Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji

921


How to give a call to another action from one action?

629


What does it mean when a check point is in red color? What do you do?

568


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

1862


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); }

1711