A web page title might be xxxx@xyz.com or xxxy@xxx.co or
xyz@abc.in.Using what mandatory properties can be the page
identified.Give the regular expression for that.

Answers were Sorted based on User's Feedback



A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties..

Answer / naina

Browser(miclass).page(“title:=^[a-z]+@[a-z]+\.[a-z]{2-3}”).

Is This Answer Correct ?    2 Yes 0 No

A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties..

Answer / sudha

In "title" propert of page put-------> .*@.*l\..*

Is This Answer Correct ?    3 Yes 2 No

A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties..

Answer / pravati

.*x.* is the regular expression for that web page

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

What is test object model in quicktest professional?

0 Answers  


how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage

2 Answers  


how to create external data table?

1 Answers   TCS,


what are the mandatory properties in qtp? what are the library functions in qtp?

3 Answers   Wipro,


Explain about import and export files?

1 Answers  






How does QTP identifies the object in the application?

1 Answers   Crea,


How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar

1 Answers  


Write script to fetch the data from global sheet where row number is 3 and parameter is "text"

3 Answers   Accenture, Thomson Reuters,


What is Curd testing?

0 Answers   Wipro,


I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4

1 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  


write a script to verify the image path(src property) of the images which are in web pages.

0 Answers  


Categories