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

How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)

0 Answers   LinkEdge,


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

0 Answers  


what is the use of descripting programming?

8 Answers   Ordain Solutions,


How to use setroproperty?

0 Answers  


Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?

6 Answers   Oracle, TCS,






what is verification & validation?

2 Answers   Accenture, TCS,


What is difference between Class and MicClass

2 Answers  


can somebody send the script to write a multiplication table in notepad through qtp

3 Answers   AppLabs,


what is the another name for blackbox testing?

7 Answers  


what is profile tool?

0 Answers   ITC Infotech, TCS,


Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this

4 Answers   L&T,


When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table

2 Answers  


Categories