What is the another extention name of library file.If that
is exist than what's the differnce between them.
Answer Posted / sreekanth chilam
Library file is also called as .vbs file
(Visual Basic Script File)
Hence the extension of library file in qtp is .vbs
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to creating an output value using quicktest professional?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How to find the difference between 2 dates in qtp?
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
Explain the difference between data driven testing and parameterization ?
what is profile tool?
How do you configure QTP AND Test director?
Hi ,Can any one pleas explain how to test splash objects using QTP?
In qtp is it possible to check broken links of a page?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What is the difference between shared and local object repository?
How to find the path of folder in which the test is saved in qtp?
what is ODC and GDC?
What are the flaws in water fall model and how to overcome it?