Hi guys can any plz help me how to send fax in sample
Flight Appication
Answer / sac wefdvr
open flight reservation window and enter the information on
the required fields,and click on file, select faxorder item.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is exact difference between smoke and sanity testing?
Describe synchronization point.
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
what is use of optionexplicit in variable declaration
how to retrieve data from the data table (from a particular cell)
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
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 will be happen if i load object repository at run time, but it has already associated.
What is the differnce between action & script
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
what are SetToProperty, SetROProperty,GetToproperty scripting?