write the regular expression for date format of mm/dd/yy?
Post New Answer View All Answers
What is the limitation to XML Checkpoints?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Which environments are supported by hp 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); }
Write a script to customize the test results in PDF and HTML format.
what is clean sweep?
What are the 3 main stages involved in testing with qtp?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
how to test Web application using QTP software
How to define array in qtp?
Define Canvas view of UFT?
What is the file extension of the code file and object repository file in QTP?
what is Property......End Property loop? how to write sript for it in QTP
What are the ways you can synchronize?