Answer Posted / prasad
VB
Activex
Windows
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Is qtp supports uni-code?
please any one can explain the keyword driven framework. with gmail example.
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How to delete an object from the object repository?
how can we do the frame work in qtp
How are actions and functions different in QTP?
What does it mean when a check point is in red color? What do you do?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How to use actions in qtp ?
How smart identification works in qtp ?
Explain advantages and disadvantages kdf?
How to use conditional loops 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); }
Is virtual object supported in low level recording mode?