1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
Re: 1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
Re: 1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
smoke testing is performed by tester .smoke testing
provides benifits s.a.integration risk is
minimized ,quality of end product is improved ,error
dignosis n correction ar simplified and progress is easier
to acsses.
Re: 1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
Test Engineers will conduct Smoke Testing and Sanity
Testing.
Customer site people (Test Engineers) will do Alpha Testing.
Client side people will do Beta Testing.
Re: 1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
Smoke and sanity testing are done my testers only.
Alpha testing is done before a product goes for beta
testing and it is done in a simulated environment by
testers at the develpers site. Where as Beta testing is
done at the company B side .
Re: 1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
sanity & smoke testing are done by tester.
Suppose there is a website to test, the tester will test
whether the URL for that website is working or not(site is
opening or not) and he will also check the working of links
on the home page whether they are going to inner pages or
not in order to do a testing in detail.
Acceptance testing is always done on the client side.
Two types of acceptance testing : Alpha & beta.
In alpha testing the end product is used and tested at the
client side(in this case company B)and when that product is
released outside it becomes the beta version, then the end
user uses it.
gmail is the best example, we are using the beta version of
gmail.At some stage it might be used by the employees of
google(with in the company) then it would be the alpha
version.As it is a very huge website, there will be many
bugs remaining so testing and modification keeps going for
this type of website
Re: 1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
i think Sanity testing doing developer and smoke testing
doing tester
Sanity - A process of testing whether the CODE is ready for
further testing or not
Smoke - A process of testing whether the BUILD is ready for
further testing or not
Re: 1Who performed sanity and smoke testing :-- developers or
testers ? Explain with example and prove ur answer.
2 Company has developed a project for company B, company B
has to introduce this project into the market. The
acceptance testing is performed at Company B. is it called
as alpha testing or beta testing ? Explain with example and
prove ur answer.
Smoke test performed by testers.Its a black box testing
technique.After getting a build tester will test whether
that condition is stable for furthur testing or not without
considering the finer stage.If that condition is stable then
we will proceed furthur testing otherwise we will reject the
built. So smoke test will done by the tester.
in employe details form, we are entering First name as
manjunath and Last name as sastry. but when we retriving
the data in reports form, it shows as first name as sastry
and last name as manjunath. here bug may be in employee
details form or reports form. how you check in manual?
why is it necessary to give a priority to the test cases
or/and requirements.
why does the Test case ID is not sufficient to identify the
test cases to be executed first.
If I have prepared the test case document for version 2.0
and I got the new build say 2.1 then I have to add the test
cases for version 2.1.My question is that How should I do
that? because each test case has a unique id .