KyaPoocha.com

Huge Collection of Interview Questions


Archive for July, 2008

When does testing begin - requirements, plan, design, code / testing phase? 

Obviously Testing will begins in requirement phase.  Read more »

What is considered a successful test? 

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 »

How would you conduct a test: top-down or down-top? What is it? Which one is better? 

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 »

How would you build a test with WinRunner? Rational Visual Test ? 

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 »

Could you test a program 100%? 90%? Why? 

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 »

What is considered a successful test ? 

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 »

What is defect density ? 

defect density = Total number of defects/LOCHere the Total number of defects include the defects from Review.  Read more »

What is a bug? What types of bugs do you know ? 

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 »

What is the difference between testing and quality assurance (QA) ? 

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 »

What is Random Testing ? 

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 »

1.How will u write integration test cases2.How will u track bugs from winrunner ? 

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 »

Page 14 of 14« First...«1011121314