Answer Posted / kishore raj
7 check points.
1.Standard
2.Text
3.Text area
4.Bit map
5.Accessibility
6.XML
7.Database
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
can anyone tell me from where i can download qtp demo or crack version
In qtp, how you can get the last character from a string?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
breef description of batch testing ?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What is text/text area checkpoint?
how to disable the pop ups through QTP using a script
What are advantages of test automation?
How many types of parameters are available in quicktest professional (qtp)?
Dis advantages of XML checkpoint ?
For which type of project the iterative model is suitable?
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); }
What is optional step in qtp? How you can add optional step in qtp?
How to start recording using quicktest professional (qtp)?