what is exact difference between smoke and sanity testing?
Answer Posted / krishna
smoke is "to check the basic functionlity of the
applicaiton"
Sanity "to check the complete functionlity of the
application"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to handle the exceptions using recovery secnario manager in quicktest professional?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How to integrate the qualitycenter with qtp
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What are the features of quick test pro(qtp)?
How can I use Call dlls in QTP ?
what is the difference btn risks & Therads in the Test plan documentation?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
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 and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What are the features supported by UFT?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
Is it possible to call win runner script in qtp?
how to post xml data from QTP scripts to any application?