Hi,How to write regular expression for inbox(10) {here 10
is changing while playback}.tell me the pettern.

Answers were Sorted based on User's Feedback



Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the ..

Answer / uday kumar_anem

Browser("xyz").Page("abc").Link("text:=Inbox (.*)").Click

Is This Answer Correct ?    3 Yes 2 No

Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the ..

Answer / kalyan

Above all answers are correct But if we use DP no need to
depend on the Reg Exp. We can mention the unique property
of inbox (Link). Or we can use Index to identify the Link.

Any doubts mail me at

mskalyan.smile@gmail.com

Is This Answer Correct ?    1 Yes 0 No

Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the ..

Answer / raghavender

Inbox(.*

i think this will work fine

Is This Answer Correct ?    1 Yes 0 No

Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the ..

Answer / amarshukla123

Inbox (.*) will match any number of email either 10000000000
or 0 but the requirement here is that number of emails can
vary from 1 to 10 onlu not 11 not 0 just between 1 to 10
..now this will be a challenge somewhat ..try to post answer
now.

Is This Answer Correct ?    0 Yes 0 No

Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the ..

Answer / rangi

inbox(.*)

Is This Answer Correct ?    1 Yes 2 No

Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the ..

Answer / rao' prasad

inbox(.*)

This is working fine.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?

7 Answers   IBM,


Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks

0 Answers  


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

0 Answers  


What is the virtual object?

0 Answers  


What is deference between normal QTP testing and descriptive programming?

4 Answers   Polaris,






Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri

7 Answers  


what is the latest version of QTP? Main difference between 9.2 and 10 version

0 Answers  


What is the use of Accessibility check point?

3 Answers  


hi nani my doubt is how does qtp process metrix related to software process.

0 Answers  


If some requirements r changed during the testing process ,then how can u handle this in frame work?

1 Answers  


What is the latest version of qtp?

0 Answers  


I have one question as HP QTP is concern, Please send your answers..... Can we do testing of any application without using any of the framework which are we used in QTP tool. If yes then how it can be possible in the HP QTP tool. -- Regards

5 Answers   ABC,


Categories