• 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
What are the views available in quicktest professional?
Why to use descriptive programming?
By using QTP can we record any log files written by the application which is in execution?
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.
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
what is description object?
Is it possible to change the values of analog recording?
What is ‘object spy’ and what is the function of object spy in qtp?
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.
What is the difference between run time object and test object in QTP?
Problem with XML checkpoint in QTP ?
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!!!
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
what frame work you are following?
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