Answer Posted / aditya790
Krishna Prasad, That is not Descriptive.Create(). It is Description.Create()
For writting description programming in Unified Functional Testing(UFT) it is used to declare description Object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can i pass a "cript"as a parameter in to a function
Differences between text and test area checkpoints?
wht type of User defined functions or Java Releated functions do we write in VB scripting
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Where we can use the synchronization?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
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
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
how can we compare descriptive programing with a regular expression
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Is it possible to merge two object repository files in qtp?
What is the use of ordinal identifier in qtp?