What is the regular expression for Yahoo mail Inbox?
Answer Posted / suresh anagani
Hi Mahi,
you are right but sligt modification in your script
inbox\(\d*\)
This should be work..
Thanks,
-Suresh
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
What is system testing and what are the different types of tests you perform in system testing?
How to handle the exceptions using the recovery scenario manager in qtp?
If object is not recognized by qtp but the object is standard object what is your approach?
What is the quicktest professional testing process?
Explain how qtp identifies object?
Explain different checkpoints in qtp.
How to start recording using quicktest professional (qtp)?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
What are the different recording modes?
How to remove the associated function library?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script