Any one please tell me how to create framework in QTP (in
detail). Is there any website for reference?
Answer Posted / malarvizhi
framework is nothing but set rules used to execute a test
cases..
framework are many types like modularity,data
driven,keyword driven...
Data Driven is used for system independent file.using this
we can execute a pariticular test case.
6 components are
*system independent file
*driver sheet
*object repository
*test data, DB
*scripts
*reports
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
Explain about the test fusion report of quicktest professional?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What are the different types of recording modes?
How many types of run modes are there in qtp?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
how will you load the test cases in ddt?
What is debugging? How you debug your script?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Explain the terms test and business component?
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); }
In qtp, how you can get the last character from a string?
How will you test a stapler?
What is post recovery scenario?