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);
}
No Answer is Posted For this Question
Be the First to Post Answer
What is the Diff between Image check-point and Bit map Check point?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Waht is Test Report , What it consists?
How will you handle custom object in QTP?
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?
Flight reservation using input and output parameter script.
How to save your test using quicktest professional (qtp)?
What are objects? how do you select the unknow object?
How to Analyze the Checpoint results by Table and DB Checkpoints?
Explain the types of properties that quick test learns while recording?
what is active screen,keyboard view?
How can you send user defined messages to test report?