if numbers are always changing write a script for that

Answer Posted / manju

pls go through regularexpressions consept

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find operating system information using the qtp script?

584


How to execute a winrunner script in quicktest professional (qtp)?

521


Explain the features and benefits of quick test pro(qtp)?

516


How do you open adobe acrobat file in QTP and do some testing on that file ?

623


what the difference between shared repository and per action repository?

550






Have you used xml check point in your project?

556


How to use actions in qtp ?

589


explain structured testing? plz guys with exp. do answer

1412


Get the count of files of similar types from a folder.

975


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

1485


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1510


Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.

1564


What is the synchronization point in qtp?

563


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1441


What Folder Structure following in Keyword Driven Frame work?

2287