If some requirements r changed during the testing
process ,then how can u handle this in frame work?
Answer / alok
As per urs Requirement just update your OR and the
according to your requirement just change /update your's
Script.
Then save the OR and Script in your's Framework
| Is This Answer Correct ? | 1 Yes | 0 No |
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
what testplan contents and what test strategy contents,what is the diff b/w them
How to remove associated function library?
Can you tell me any books or websites to learn VB Script for QTP ??
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
How to connect to data base?
Suppose U change the script whether it affect the object properties of the object in the object repository
in order to start automation testing what we should require (entry level to automation testing)
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
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 do we add a new sheet to data table in QTP?