What are the different attributes used with regular expression?


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

Post New Answer

More QTP Interview Questions

When it be decided to go for either Per - Action or Shared?

2 Answers  


How can we get a textcheckpoint in QTP9.1?

2 Answers   EmTechPro,


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

0 Answers   Accenture,


What is iteration?

1 Answers  


Once the Actions are splitted , is there any way to merge them

3 Answers  






How to enter table check points?

2 Answers  


What are the methods of the TextStream object that are used for reading from a text file?

0 Answers  


Explain QTP testing process?

1 Answers   Crea,


How can you exit from an action?

0 Answers  


Does QTP work in UNIX environment

5 Answers   BirlaSoft, C1 India,


Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!

4 Answers   CTS,


IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.

5 Answers   Wipro,


Categories