How to use Regular Expressions in QTP? give an example.
Answer Posted / anil
Thanks Mr.Uday u explained beautyfully with an example. Can
u give another two more real time secnarios where we use RE.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the technologies supported by qtp?
How does quicktest professional (qtp) identifies the object in the application?
What is the difference between rational rose and QTP?
please post the interview questions for QA position in FACTSET
Who uses qtp tool?
How to find the length of the string in qtp?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How many ways we can parameterize data in quicktest professional (qtp)?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Explain the types of object repositorys in qtp?
What Folder Structure following in Keyword Driven Frame work?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
how to evalute defects in QTP script?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window