why require regression testing?
Answers were Sorted based on User's Feedback
Answer / balu s
If u make any changes in one portion of the program it will
affect other portion of the program to avoid this we have to
make sure weather all the functionality of the application
working fine or not.for this testing we will not wright new
test cases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / swathi
in simple way to verify anything unchanged still performs
as expected.. is regression testing
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain the check points in QTP?
How to find the name of the machine where you are running your automation scripts in qtp?
What are the enhancements u did after recording ur script?
What is Distributed testing? How does UFT support it?
What is the difference between Normal mode and Fast mode ?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
How to supress warnings from the "Test results page"?
In QTP how to interact tool and application build?
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!
Plz Explain AUTOMATION REFERENCE MODEL?
HOW TO FIND WEBTABLE? HOW TO RETRIVE THE WEBTABLE VALUES? PLZ TELL ME THE PROCEDURE.