How would you conduct your test ?
Each test is based on the technical requirements of the software product. Read more »
Each test is based on the technical requirements of the software product. Read more »
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 »
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 »
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 »
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 »
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 »
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 »
Master Test plan is usually prepared by QA Lead. Testers write Test Cases, which in some organizations are called as Test Plans. Read more »
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 »
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 »
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 »
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 »
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 »
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 »