How do u write regular expression for a window name which
is changing for each build ? i.e. in first build the window
name is : "computer graphics are very ...." . in second
build the window name is : "computer graphics can be
created" . - Appreciate proper replies

Answer Posted / uday

I think the right answer is "computer graphics.*".

Here ?.? means any single character and ?*? means 0 or more
occurrences of preceding character. So .* means 0 or more
occurrences of any character.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the descriptive programming?

1520


How to add synchronisation points in qtp?

582


what could go wrong with test automation?

1513


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

1644


tell me QTP standards ?plz

1533






how to acess a test in RSA?

1676


what is stepin & stepout?

1431


hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)

1412


I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...

1472


HOw to add the recovery file at runtime to the test file .

1550


Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?

1485


Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter

2212


Are Shared ORs read-only?

642


is it possible to add sheets to excel at runtime

3242


Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points

1639