how u write vb script in qtp pls give me some basic script
and some material
Answer Posted / ashok agrawal
fo QTP Information, documents
and QTP Scripts Examples visit:
www.gcreddy.com
there you can get more documentation.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
Which recording modes need more memory?
How to create a standard checkpoint ?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Explain data driven framework?
give me an example where u used good judgement and logic in solving a problem
How to get Traceability matrix from TD?
What is the difference between the design-time and run-time data tables?
What environment does qtp run in?
How to record application running on the Virtual machine?
How to use output values 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); }
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?