35 Testing Types for the Manual Testing Interview

35-Testing-Types for Manual Testing Interview

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

Smoke Testing vs Sanity Testing- What’s the Difference ?

Smoke and Sanity testing

 

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.

 

Continue reading

What are Test Deliverables ?

Test deliverables in software testing

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?

stringReverse without string reverse 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