str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / lak
Karthik is correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the script for database check point, bitmapchek point, regular expression ?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Differences between text and test area checkpoints?
How to modify object property in qtp ?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
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
How can you send user defined messages to test report?
UFT 12.02 which ALM version will support
How does you test a weblink which is changing dynamically?
Explain advantages and disadvantages kdf?
How to modify the text checkpoint?
how did u use automating testing tools in ur job?
what is the diffrence bw qtp architectute and qtp framework?
How many lines of code in each script of QTP?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?