How you perform smoke and sanity testing using qtp?
Answer / pankaj
There is no specific way to do smoke or sanity on an
application using QTP .
But yes i would suggest you if the application is stable and
there is no major changes then you can record the smoke and
sanity test and run it whenever it's required .
For any any further info you can directly post me questions
on my blog
http://quality2deliver.blogspot.com/
Thanks
Pankaj
| Is This Answer Correct ? | 0 Yes | 3 No |
why should we give deliver good quality software?
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?
how to test one edit box using dotnet addin for Web Applications? write script?
How to write business scripts using object repository with different scenarios
how will you load the test cases in ddt?
What is object spy in quicktest professional (qtp)?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
How to call script1 into script2?
can we run the scripts of qtp 8.2 in the qtp7.0?
When to Insert transactions in QTP?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
can i compare two databases using QTP ?