What is Waterfall Model? Waterfall Model is also known as Liner Sequential Life Cycle Model. Waterfall Model followed in the sequential order and so we move to next step of development or testing if the previous step completed successfully. Waterfall…Continue Reading →
What is Spiral Model? Spiral Model in software testing is the testing strategy which works on incremental and prototype technique. Generally Spiral Model strategy is followed for the large and complicated projects where risks are high and development and testing…Continue Reading →
What is V Model testing? V Model or Verification and Validation Model. Every testing execution should follow some sequence and V Model is the perfect way to perform the testing approaches. In V Model there are some steps or sequences…Continue Reading →
While attending many Software Testing Interview I collected some important differences which asked by interviewer to explain the differences between many testing terminologies. No matters you are experienced or fresher, these differences could be asked from anyone as these are…Continue Reading →
What is private browsing? Private browsing is nothing but a browser which does not save any information like cookies and history. As soon as you close the browser after use, all the sessions get expired and all the browser tracking…Continue Reading →
There is no doubt that you need a very good knowledge about software testing and somewhat automation testing. But if you think only software testing knowledge is enough to crack the testing interview then you might be wrong or you…Continue Reading →
What is Trello: Trello is the online project management tool to manage project activity. With Trello its very easy to track the work progress on daily basis and make easy your project management. There is no other documents like spread…Continue Reading →
TestNG is the tool that provides platform to perform unit testing of your application. Mostly TestNG is used by developers to perform unit testing, but now a days TestNG is also widely used by software testers for white box testing….Continue Reading →
Operational Readiness Test is one of the software testing strategy. Operational Readiness Test is performed at final stage of testing when all other testing activities are performed and build is ready for live deployment. In Operational Readiness Test we basically…Continue Reading →
Security testing on web is nothing but preventing the web application from all the vulnerability. Prevent all the secure data to be published or viewed by unauthorized people. All the private data should be secured and should not be accessible…Continue Reading →