what is the difference between smoke testing and sanitry testing
Answer Posted / uday
smoke testing:this testing is performed by development team to ensure that the build is working as per requirement to release in to the test environment.
sanitry testing:this testing is performed in test environment by the testers,and this test is performed as soon as the build is released in to the test environment and only positive testing is performed.
ex:yahoo login page:during sanity testing correct id and pswrd is entered and check the status i.e., login has done or not
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is intrusive testing?
What is the step you would follow once you find the defect?
When is used decision table testing?
Hi All!!Can anyone please suggest some better website to learn Mainframe Testing??Am very much new to Mainframes. Thanks in Advance Nithya
What are the benefits of independent testing?
What is infeasible path?
can you tell me the correct process for creating automation frame work for project(key word driven framework)
What is a utility?
What is Lun masking? Why it is used?
Explain traceability matrix?
How will you log a Defect when you are in the process of executing a test case?
what is the diff or relation between qa and verification qc and validation
Can any of u help me... How to use Security below listed testing tools 1. XSS Probe 2. SQL Power Injector 3. CAL9000 I have to do security testing using these tools.But I do not have any knowlwdge on this. I am trying to work using Help doc, but use, not able to follow Pls do needful
What is the information that should be covered in test plan?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP