Can we Script any test case with out having Object
repository? or Using Object Repository is a must
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai....
No. U can script with out Object repository by knowing the
Window Handlers, spying and recognizing the objects logical
names and properties available.
K,Byeeee.....
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geena
If you know discriptive scripting you don't need Object
Repository. Otherwise you need the Object Repository.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / zia ur rehman
No. U can script with out Object repository by knowing the Window Handlers, spying and recognizing the
objects logical names and properties available.
| Is This Answer Correct ? | 0 Yes | 0 No |
why should we give deliver good quality software?
VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer
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?
What is the architecture of your project? Can any one answer for this question plz........
What are the different types of recording modes?
what is delay in QTP?
How to analyzing Test Results using QTP?
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
LINUX environment supports QTP or not? LINUX environment supports QC or not?
What are the Features & Benefits of Quick Test Pro ?
How can you write the scripts that operate on different objects depending on run-time information?
what is compiled module?