Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

• 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 / sandeep guttikonda

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 ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the views available in quicktest professional?

1076


Why to use descriptive programming?

1066


By using QTP can we record any log files written by the application which is in execution?

2005


Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

2101


How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.

1980


what is description object?

2111


Is it possible to change the values of analog recording?

1187


What is ‘object spy’ and what is the function of object spy in qtp?

1179


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1795


What is the difference between run time object and test object in QTP?

1112


Problem with XML checkpoint in QTP ?

3981


In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

2981


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

2510


what frame work you are following?

1988


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

4024