what is the criteria for choosing test cases for automation?
Ex: if you have some 300 test cases, then how many you choose for
automation. what is criteria of selecting?
Answers were Sorted based on User's Feedback
Answer / saff
they r no of criteria where we choose automating a
particlar feature ttesting like
1)when the test cases have to repeated for every build we
have to choose autoamting them
2)if the test cases are having data values to be passed in
that cases it is goodidea to automate them for better
coverage
3)and when the test cases are tested for compatibility fo
the system then this is the other situvation where we can
auotmate
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / bibhu
I would like to add a point, ie- We can choose the
particular test to automate if it's functionality is not
changing frequenly.
| Is This Answer Correct ? | 5 Yes | 0 No |
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
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 Associate Repository in QTP 9.2 ?
What type of framework you are using in your company and explain it?
How to change the run-time value of a property for an object?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How can I test the unix shell in QTP
Can abody explain me Send keys concept
Is it mandatory to know abt regular expression in descriptive programming
Batch testing in howmany ways u perfrom in QTP
How can i open 5 multiple browser at once through QTP VB script