When does testing begin - requirements, plan, design, code / testing phase?
Obviously Testing will begins in requirement phase. Read more »
Obviously Testing will begins in requirement phase. Read more »
A test that discovered more errors. The whole purpose of testing process is to discover as many bugs and errors as possible. Test that covers more functionality... Read more »
Down-Top: unit -> interface -> system. Top-Down is a vice versa. You may use both, but down-top allows to discover malfunctioning at earlier phases of development... Read more »
If you never have seen automation tools before, do not try to fool around the interviewer. You produce a bad impression when “caught” on lying to the... Read more »
Again and again, it does not matter what bug tracking system did you use if you made your homework and invented the name of such or mentioned a standard one. You... Read more »
A test that discovered more errors. The whole purpose of testing process is to discover as many bugs and errors as possible. Test that covers more functionality... Read more »
defect density = Total number of defects/LOCHere the Total number of defects include the defects from Review. Read more »
You theoretical background and home work may shine in this question. System testing is a testing of the entire system as a whole. This is what user see and feels... Read more »
Winrunner is just a functional Tool where as Robot, we can use it for both functional (GUI) and performance(VU).-> WR has 4 check points where as Robot has 13... Read more »
smoke testing is conducted by development people according to the clients requirements.the first test conducted by testing people when build is received is called... Read more »
There are followingtypes of functional testing.1. Functionality testing.2. Input domain testing.3.Error handling testing.about 90% of the functional testing will... Read more »