How do u write a regular expression for date (dd/mm/yyyy)
field ?
Answer Posted / hi
[0-3][0-9]/[0-1][0-9]/[1-2][0-9][0-9][0-9][0-9]
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What are the differences between quicktest professional and winrunner?
Diff b/w Health care domain and Banking Domain?
Is text area check point supports for web applications?
How will internal and external links be validated and updated? how often?
How many types of recording modes are there?
what is defenetion of kiran can u tell me plz CVS, SVN
How to find operating system information using the qtp script?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How to do call a output parameter from one action to another action??/
how to idetfy which test cases are automated?who will deside that plz tell me
Is it possible to split an action? How?
What is the Difference between test object and run time object?
Mention the different actions types of qtp.