when to start the automation?
Answers were Sorted based on User's Feedback
Answer / chirag
if there are lot of regression testing cycles then we go
for automation ....
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sivakumar
Criteria for Automation:
1) Application becomes stable at one particular point, then
think of automation
2) We need to repeatedly test the same test cases again and
again, we can go for automation
3) Regression testing is more (ie) same testcases needs to
executed in different environments.
4) Very Important, based on the client interest and approval
we can go for automation
| Is This Answer Correct ? | 6 Yes | 1 No |
Explain the types of properties that quick test learns while recording?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
how to get no.of non empty rows in a excel sheet through vb-script
explain how to write vb script in qtp?when will you write own script?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
How to use Environment parameterization in QTP? Explain with an example.
difference Between LowLevel and Normal Recording Modes?
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.
How can you pass value one action to another action?
Hai anyone please "Explain about Framework in QTP?"
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
Name the different types of recording modes?