I am in .Net development for past 3.5 years and want to
enter in to automated testing and learn QTP. For this I
need some good tutorial for beginners. I will be really
greatful if any one has and they can send it to me on this
address- ruchidureja@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
Hi, Can any one explain what is mean by Driver Script? is it AOM?
Give me exact application where we should use low level recording?
How to create configuration scripts
How can you merge two Object Repositories?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
What is repository parameters in QTP?how will we define that????what is unmapped & mapped repository parameters????????
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 real use of different actions in QTP
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
What is the present version of the VB Script we are using
What is positive test case and Negative Test case? What is the meaning of Real World Scenario's?