• Re –Engineering the regression testing from 0% to 60%
automation.
This has saved 4-mandays in every release.
what doeas this statement means
Answer Posted / sandeepguttikonda
Re-Engineering means making changes to the existing one.
It may be a process or a flow and it depends upon the
platform and the situation too.
Regression Testing is the one which we will perform for
each and every release. Hence automation this manual task
can be helpful in reducing the time taken for execution of
the regression manual scripts.
As we can not automate all the areas it is said that upto
60% will work out.
In gist we can say Automating the Regression script upto
60% have saved 4 Mondays of our execution time in each
release.
Please let me know if you need any futher info.
Thanks...
Regards,
Sandeep Guttikonda
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain different types of checkpoints?
hou can we use vb script in qtp could u tell me breafly
What are the automation metrice in your project?
What is optional step in qtp? How you can add optional step in qtp?
How to customize checkpoints with parameters?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is quick test pro?
Key word driven framework
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); }
Hai anyone please "Explain about Framework in QTP?"
Explain the differences between table and db checkpoints?
Can we record using all the modes in a single script? Explanation with example is appreciated
How to release all resources file from the QTP?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.