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

what is the use of VIRTUAL OBJECTS? explain ?

4 Answers  


in a web table , i want you to click a particular object inside cell

2 Answers  


A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.

1 Answers  


What is recovery scenario manager? When you go for recovery scenario manager?

0 Answers  


How can I import environment from a file on disk?

0 Answers  


Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.

0 Answers  


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?

0 Answers  


Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...

2 Answers   Navis,


can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?

4 Answers   Wipro,


what is difference between application testing and product testing?

5 Answers   IBM,


X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?

0 Answers   Virtusa,


Problem with XML checkpoint in QTP ?

0 Answers  


Categories