give one example where you have used regular expression?

Answer Posted / ramakrishna

hwen ever change in regular in test objects that tine use
resgular expression

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1440


Explain process of smart Identification in QTP?

597


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1344


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1736


How you can write contexts to text file in qtp?

588






what is stepin & stepout?

1418


How smart identification works in qtp ?

574


What is text check point and text area check point?

602


how do i know how to use tools

1444


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1518


in a web page How to check and display a particular word from a paragraph?

2037


Plz Explain AUTOMATION REFERENCE MODEL?

1681


What is Distributed testing? How does UFT support it?

605


How do you synchronization point through DP?

595


Name the properties you would use for identifying a browser and page when using descriptive programming?

520