How to export data present in Datatable to an ".xls"
file?
Answer Posted / sailaja
a=Datatable.Value("path")
msgbox a
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Without using gui map editor we can recognize the application in winrunner ?
Explain how you can find the absolute value of the number in qtp?
what is the difference between modular framework & datadriven framework
How to data driven test for Win objects in QTP ?
What is parameter 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); }
What is a checkpoint? How many check points are there in qtp?
In qtp, how you can exit for loop?
What are the different kinds of test steps?
How to creating an output value using quicktest professional (qtp)?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Explain features of the latest version of qtp/ uft 12.1?
How many lines of code in each script of QTP?
What is the difference between per-action and shared?