Please Explain The QTP real Testing process with steps.
Answer Posted / srinivas
1)before going to scripts first u need to stabilize the
test cases.
2)understand and identify the automated test cases(thru kt
from mannual team)
3)follow ur frame work(which is designed by lead or onsite
lead)
4)by folwing u r frame work , u need to store ur scripts in
corresponding files in to folders
5)execute the scripts
6)save the results in to .res files or any file(which is
asked by the client(in the form of any format(.xls))
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the default object synchronization timeout in qtp?
Explain data driven framework?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Can you list some technologies that support qtp?
Can you write a script to check if the folder exists or not?
write a script to verify the image path(src property) of the images which are in web pages.
Tell me about your project? please help me how to tell about insurance project
Who uses qtp tool?
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); }
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Where you get the run time data table?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How many types of status are there?