• 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


Please Help Members By Posting Answers For Below Questions

how to acess a test in RSA?

1672


What is the process of synchronizing qtp and aut?

570


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2574


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1444


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1360






What is the difference between the design-time and run-time data tables?

560


What is action? How many types of actions are there in qtp?

614


hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

1431


how to test Web application using QTP software

1333


How would you export a script from one pc to another in qtp?

663


Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar

2801


Explain how you can find the absolute value of the number in qtp?

648


I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",

1355


How will you find the current time of the remote machine using QTP script?

601


How to handle the exceptions using recovery secnario manager in quicktest professional?

639