• Re –Engineering the regression testing from 0% to 60%
automation.
This has saved 4-mandays in every release.
what doeas this statement means
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Is there a function to find the number of occurrences of sub strings within a string?
How to delete an object from the object repository?
When a requirement is given to u to automate , What is ur basic approach ?
you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani
What is the difference between Systemutil.run and Navigate.
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Explain measuring transaction.
How do you create a library file
How to retrieve the object properties at runtime without the usage of GetROProperty?