hello everyone,
can anybody please tell me what are the different recording
modes of QTP, and where these recording modes are present
in QTP 9.2.
Thanks in advance,
Gaytri
Answer Posted / sudhananda reddy
u r welcome..pls post more questions .....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
How u will do versioning in QTP?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
How qtp identifies objects?
How will you test a keyboard?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
They asked by using qtp recording writing scripting
How to test fly out menu in qtp?
your coming from electrical backgroung..but y ur coming to software side?
Does quicktest professional is unicode compatible?
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); }
How can I change object description or check point values in qtp?
What is a recovery scenario?
What is the script for database check point, bitmapchek point, regular expression ?