what is exact difference between smoke and sanity testing?
Answer Posted / jitendra
We are conducting sanity testing,after receiving build from
development team.In sanity testing we are verifying the
basic/primary functionalities are working properluy to
conduct testing.It is also called tester accepting testing
or initial testing.
where Smoketesting,we are verifying the main
functionalities of the build/AUT.i.e In customer point of
view what are main features of the build.while Acceptance
testing on what factors the final user/customer
concerntrating functionalities.
And Smoketesting conducted on every new release of the
build, where as sanity is optional.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to export quicktest professional (qtp) results to an .xls file?
Define object spy ?
How do you send email with attachment from outlook using qtp ?
what is error and fault in terms of software quality?
Have you done batch testing in qtp? If yes how you are doing?
What is the difference between per-action and shared?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
wt is the use of multiple questions in QTP
How to use the object spy in quicktest professional (qtp) 8.0 version?
what is stepin & stepout?
What is the extension of the recovery scenario file in qtp?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How to run a test using quicktest professional?
What contains Data Driven Framework document in qtp?
what is clean sweep?