i want to learn testing tools what i have to know before.iam
fresher i dnt know any this..which langagues i have to before
testing.
Answer Posted / subbu bhogireddy
First u need to know about what is software testing basics
then only u will get some idea.Try to Vb script also .it is
very useful for writing scripts(Automation testing)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how can i pass a "cript"as a parameter in to a function
What is the difference between run time object and test object in QTP?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
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
Which scripting language used by quicktest professional?
Brief the process of testing with UFT?
Is virtual object supported in low level recording mode?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
how do i know how to use tools
How to capture a window in QTP?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
What is regular expression?
Can we create user defined functions in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?