What are the different attribute used with regular expression?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

what are the cases in which we use XML and accessibility check points.

2 Answers  


How many ways return more then one value from function?

2 Answers   Ingram Micro,


HOW TO DO THE BATCH TESTING USING QTP?

8 Answers   CTS,


How we will execute(run) the scripts in qtp 8.2?

1 Answers  


What is Object Spy?

8 Answers  






how qtp identifies objects of application.

5 Answers   Intel,


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?

1 Answers  


We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.

2 Answers  


how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know

3 Answers  


How to Test the mainframe application?(tell me few basic things)

3 Answers  


How should i find out whether the cursor is moving horizantally. when tabbing continuously

2 Answers   Livetek,


can u explain relative path architecture framework in qtp?

0 Answers   Mindlance,


Categories