how do u import the test cases written in excel sheet to
qtp? and how do u generate the script in qtp for the
testcase in excel sheet? plzzzz do answer this question
thanks in advance
Answer Posted / sunita
1.goto QTP
2.datatable.Addsheet "xyz"
3.datatable.import"C:\a.xls",1,3
1 is source sheet of a.xls
3 is destination sheet of xyz
a=datatable.getsheet(3)
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain runtime dynamic settings?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
why should we give deliver good quality software?
explain how to write vb script in qtp?when will you write own script?
Discuss the QTP Environment?
Your roles and responsibilities and daily tasks? (As automation tester)
Dis advantages of XML checkpoint ?
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 expert view in qtp?
If created one virtual object? Next time I changed the window position will it work?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Define Canvas view of UFT?
How software automation specialist enter steps in the Expert View?
Explain the concept of object repository and how qtp recognises objects?