what is Function Definition Generator? can any one explain
me in details?
Answer Posted / kjkk
FastStone Capture
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Explain sub procedure of vbscript.
How to use Environment parameterization? Explain with an example.
wht type of User defined functions or Java Releated functions do we write in VB scripting
How can you pass value one action to another action?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
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.
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
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 QTP identify the system time that's changes every seconds?
What is object spy in quicktest professional?
What is the synchronization point in qtp?
How does qtp identify the object in the application?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
what is impact analysis on regression testing?