KyaPoocha.com

Huge Collection of Interview Questions


Archive for July, 2008

How would you conduct your test ? 

Each test is based on the technical requirements of the software product.  Read more »

What is the difference between testing and debugging ? 

Big difference is that debugging is conducted by a programmer and the programmer fix the errors during debugging phase. Tester never fixes the errors, but rather... Read more »

What bug tracking system did you use ? 

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 the difference between structural and functional testing ? 

Structural is a “white box” testing and based on the algorithm or code. Functional testing is a “black box” (behavioral) testing where the... Read more »

What are the types of functional testing ? 

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 »

How to write Negative Testcase?Give ex ? 

Negative test cases are written based on thinking abt AUT in a destructive manner in the sense,what happens if i test the application with irrelevant inputs.  Read more »

What is QA? What is Testing? Are they both same or different ? 

Testing is subset of QA. Testing is just a phase that comes after coding. But QA is the one that should be incorporated into the entire Software Development Life... Read more »

What test plans have you written ? 

Master Test plan is usually prepared by QA Lead. Testers write Test Cases, which in some organizations are called as Test Plans.  Read more »

What will you when you find a bug ? 

Execute some more tests, to make clear what the bug EXCATLY is. Suppose, the test case failed when State=NY and Class=Business. Tester has to exceute some more tests... Read more »

What are the disadvantages of view state / what are the benefits ? 

Automatic view-state management is a feature of server controls that enables them to repopulate their property values on a round trip (without you having to write... Read more »

What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state ? 

Web pages are recreated each time the page is posted to the server. In traditional Web programming, this would ordinarily mean that all information associated with... Read more »

What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state ? 

Web pages are recreated each time the page is posted to the server. In traditional Web programming, this would ordinarily mean that all information associated with... Read more »

What are the different ways you would consider sending data across pages in ASP (i.e between 1.asp to 2.asp) ? 

Session public properties ASP.NET supports three modes of session state: • InProc: In-Proc mode stores values in the memory of the ASP.NET worker process. Thus,... Read more »

What method do you use to explicitly kill a users session ? 

Abandon()  Read more »

What is cookie less session? How it works ? 

By default, ASP.NET will store the session state in the same process that processes the request, just as ASP does. If cookies are not available, a session can be... Read more »

Page 3 of 14«12345»...Last »