Hai Guys,
can anybody show me how to write automaed test cases using
VB scprit(examples)...i had an interviw soon...please guyz
send as quickly as possible
Answer Posted / patil
If you tell me to which company interview you are going to
attend, then I will tell all those complex things in a very
easy manner.
Test cases should be written based on the
AutomateTestPlan.Doc.
If it is Keyword driven, people built an .xls file.
Put Case to run reusable actions.
Based on the Case, some Action will be called.
They should use Parameters to send information from one
Action to another.
They use, Envi.Vari to store things like URL etc.
There shoudl a Master Test case, from where the peopel call
all other Reus.Actions.
If you give the details of org., will write more about
these complex things.
Babu Rao Patil.
Jai Ganesh Maharaj Ki...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you send email with attachment from outlook using qtp ?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Can we write winrunner language i.e TSL in QTP tool?
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
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How will you test a keyboard?
terminal services client
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
What are the technologies supported by qtp?
What are private functions in QTP? How they can be called from the function library?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Explain the features of quick test pro(qtp)?
What is the difference between rational rose and QTP?
What are the different attributes used with regular expression?
What is the difference in the global and action sheet in qtp?