wht is smoke testing and user interface testing
Answers were Sorted based on User's Feedback
Answer / suneel reddy
Smoke tesing is nothing but to check whether basic
functionality of the build is stable or not?
i.e if it possess 70% of the functionality we say build is
stable.
User interface testing: We check all the fields whether
they are existing or not as per the format
we check speelling
graphic
font sizes
everything in the window present or not|
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sriharsha
hi..............
ST :
Smoke testing is non-exhaustive software testing,
ascertaining that the most crucial functions of a program
work, but not bothering with finer details. The term comes
to software testing from a similarly basic type of hardware
testing.
UIT :
I did a bit or R n D on this .... some say its nothin but
Usability testing.
Testing to determine the ease with which a user can learn
to operate, input, and interpret outputs of a system or
component.
Plz lemme knw other defns.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / venu
smoke testing is the term we can use for the application
build is stable or not while in this testing we will check
the s/w is providing correct navigations or not
where as user interface testing is one type of testing in
usability testing
the micro soft has given some rules for this testing
1. user name must initial letter caps.
2.controls dont overlapeed.
3.every window must have ok and cancel exisitence.
4.control must have the right alignment.
5.system menu exisitence.
Is This Answer Correct ? | 0 Yes | 0 No |
Write the Test Cases for Ball Pen and Water Bottle.
14 Answers Chetu India, Quexst,
what is difference between test harness and test bed. Are they same? Plz reply.......
What ia the need of the testing? What is the purpose of the testing? what is the diff between these tw0?
Before starting to write a script, how will you find the test cases that have the same functionality? And how will you maintain the code?
Describe a past experience with implementing a test harness in the development of software.
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
difference between stress testing and loadtesting
8)What is the actual need for an alpha and beta testing? A)For the developers it is impossible to predict how the end user with really use the application B)Misinterpretation of instructions for using the software C)End users may use strange combinations of input data D)All the above
what are the good test cases for the login form containing 4 fields like Username,Password,LOGIN button and CANCEL button?
What is meant by entry criteria and exit criteria in software testing?
how to write integrated test case for an ATM?
What is Smoke testing,in smoke testing time u will prepare the test cases or not?