I want to do Certification course in QTP. For this I
request you to suggest the best Tutorial in PDF format, as
i'm not in a possition to afford any 'Fee' to join in any
institutions.
Hence, if possible, kinldy mail PDF file to my mail-ID:
chakri_avala@yahoo.co.in
Regards,
Chakradhar Yadav.
Answer Posted / namitha
Kindly..send anyone the qtp 9.2 certification material to
namitha_qa@yahoo.co.in
Thanks in advance,
namitha
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is qtpro? What is a quick test professional?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Get the count of files of similar types from a folder.
How QTP identify the system time that's changes every seconds?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is the extension of qtp local repository?
Why script error occur in between recording 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); }
Explain the new feature of UFT regarding the export of test results?
What is object repository in qtp?
How to handle dynamic objects in quicktest professional (qtp)?
What is expert view and keyword view?
what type of framework u r using in ur organization
Write a script to customize the test results in PDF and HTML format.
In what occasion we can specify global sheet and action sheet?