Most of the interviews are intimidating. We might forget the important ones during the interview. The idea of this post, is to cover the important testing types in short and clear way. Continue reading
Category Archives: Interview Q&A
Smoke Testing vs Sanity Testing- What’s the Difference ?
When a question arises about the difference between smoke and sanity. Some say ‘Both are same’, and some ‘slightly similar’ and Others say ‘ They are Different’. So, how do we decide ? Well, we will know in this post.
What are Test Deliverables ?
A software testing project goes through different phases before delivery to the customer. In such process, there are different deliverables that are created. In this post, we will look at ‘Test Deliverables‘. Continue reading
How to Reverse a String without StrReverse Function?
VbScript has a string function to reverse the string. But, Interviewers think different, they want you to write a program without StrReverse function. How would do that? Continue reading