how to write regular expression for Date field?
Answer Posted / naresh
30/12/12 format
(0-3)(0-3)/(0-1)(0-9)/(0-9)(0-9)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the properties you would use for identifying a browser and page when using descriptive programming?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How to check which add-ins are associated with a test in qtp?
How to associate function library at a run time?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Explain advantages and disadvantages kdf?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
What is the difference between the design-time and run-time data tables?
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
Why script error occur in between recording in qtp?
Is the qtp course will help to create a virtual object?
Write a script to customize the test results in PDF and HTML format.
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
Can you brief the hurdles you faced during Automation testing?