Interviwer asked, How many years exper.. on QTP? I said,
total 2 yrs exp in manual and QTP. QTP only current project
arround 3 months. then interviewer ask , HOW BOLD YOU QTP?
What you say?
Answer Posted / swarna
rate yourself on a 1 to 10 scale, 1 being the lowest and 10
being the highest.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to break the object spy ?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Describe synchronization point.
What are the benefits of quick test pro(qtp)?
what is stepin & stepout?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Is qtp supports uni-code?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
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 the standard timing delay for web based application in qtp?
Which scripting language used by quicktest professional?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How does quicktest professional (qtp) identifies the object in the application?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Explain object spy in qtp.