What are the Features & Benefits of Quick Test Pro
(QTP)..?
Answer Posted / shreya
QTP supprots wide range of enviornments like
sap,siebel,java,.net,peoplesoft,etc...
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
can any one say that where we can download the QTP trail version ??????????
How to export quicktest professional (qtp) results to an .xls file?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What is the difference between shared and local object repository?
Write a QTP script to enter a keyword in to Google search engine?
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 reusable action?
When do go for loop condition in test?
who QTP recognizes the object stored in object repository?
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
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What are the features and benefits of quick test pro (qtp 8.0)?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What is checkpoints for qtp?