Can I import a excel sheet in Action1 datatable? How?
Answer Posted / kiran
yes u can import an excel sheet into datatable
datatable.importsheet("path of excel file",excel sheet name",sheid)
for ex:datatable.importsheet("c:\products.xls","sheet1",2)
hear 2 means: action sheet id
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
regular expression in qtp standar check point for months from accepting months from january to december only
How to use the object spy in quicktest professional 8.0 version?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What is qtpro?
what is the difference between the modular framework and datadriven frame work
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
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
What is the use of Debug Viewer?
What is the registration process and examination fees?
What is the purpose of loading qtp add-ins?
How to create runtime property for an object?
What is action? How many types of actions are there in qtp?
What is QTP testing process?
How many types of recording facility are available in quicktest professional (qtp)?