Hi All,
How to get repeated word in string .

Thanks
Balaji


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

Post New Answer

More QTP Interview Questions

How do you test DLL files using automation Tool QTP?

0 Answers   Qwest,


How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?

3 Answers  


How can I replace all the text from the QTP script with some other text.

1 Answers   Livetek,


how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)

6 Answers   GE,


What is the descriptive programming?

0 Answers  






What is the difference between browser sync and page sync in QTP?

2 Answers  


How to insert a check point to a image to check enable property in QTP?

1 Answers  


What all challenges you have faced during automation and how you have resolved it?

2 Answers   Genpact,


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  


what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.

3 Answers  


WHat is Object Identification and Object Spy?

2 Answers   IBM,


How can we count the no of rows are available in a data table ?

9 Answers   Kanbay,


Categories