what is Entry Criteria and Exit Criteria?
Answers were Sorted based on User's Feedback
Answer / shanthi
Entry Criteria: A set preconditions to start an activity.
i.e., All customer business requirements, test cases
prepared should be reviewed and approved. 100% unit &
integration testing should successful.
Exit Criteria: A set of post conditions to stop an activity.
i.e., test cases should be executed successfully and passed.
All major defects should be fixed and closed.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / hari
Entry Criteria:
It Includes when we can test
Exit Criteria:
It Includes the filled and completed check list with the
reviewer's comments and sugessions and the re-verification
weather they are incorporated in the document.
| Is This Answer Correct ? | 2 Yes | 1 No |
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?
How to capture screenshots of Exceptions/Errors during run- time?
What is throw Object?
In qtp, how you can remove the spaces from string?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
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?
Older version QTP is 8.2 and New version QTP is 9.2. My question is, Why it is QTP 9.2, why not 8.3,8.4 .... why it is not something ?
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?
If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test
What is the XML file architecture ?
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query