what is Automation frame work and how do u used this for
your project?
Answer Posted / babu
Hi,
Framework is a set of rules which has to be followed to
make our work in an easier way.
For that in qtp, we have different types of frameworks
available.
Keyword driven framework
Data driven framework
Hybrid framework
etc ..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is accessibility check point?
How QTP support all types of applications (platforms)?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How QA specialist can identify when programmatic descriptions are useful?
What is the Difference between copy to action and call to action?
How to find the path of folder in which the test is saved in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
What is quicktest professional?
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); }
Explain the qtp test phases.
In qtp, how you can remove the spaces from string?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Hi All, How to Compare two strings character by character in QTP
after click on compose mail how can we attached a file in qtp with vbscript code
What are the types of environment variables in qtp?