give me descriptive programing code sample flight
application in qtp?

Answer Posted / ashok reddy

Browser(name:=Mercury \|FlightApplications).Page
(title:=FlightApplications).Exist

Is This Answer Correct ?    5 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain data driven framework?

579


Explain the use of action split in qtp?

567


Explain about datafile/verification of date file when file is not available in local system?

2227


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

1415


Explain about the quicktest professional (qtp) automation object model?

568






wht type of User defined functions or Java Releated functions do we write in VB scripting

1828


what is profile tool?

1609


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); }

1710


Object repositories types, which and when to use?

579


What is the difference between analog and low level recording?

621


What is difference in global and action sheet in qtp?

611


Can you brief the hurdles you faced during Automation testing?

577


When you open QTP, how many sheets you can see?

661


what is supply chain management?

2091


Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain

1461