Requirement Traceability Matrix

In today’s article we are going to discuss about the Requirement Traceability Matrix(RTM).  When you see or first time you hear about RTM (requirement Traceability Matrix) you might not have any idea about it, but it is simple term/process which is used in Software Development and Software Testing. You will understand this after reading this … Read more

JMeter – Size Assertion With Example

Size assertion in jmeter software load test plan is useful to assert the byte size of request response. You can use different conditions in response assertion like equal to, not equal to, greater than, less than, greater than or equal to, less than or equal to a given number of bytes for response. Here we will learn how … Read more

JMeter – XPath Assertion Usage With Example

XPath Assertion is useful to assert the page element’s xpath. You can learn more about XPath and how to find it guide on THIS PAGE. Earlier we learnt different assertions of jmeter to use them in software load test plan so i think now you are well aware about assertion. Let’s learn XPath assertion with … Read more

Manual Testing Most Popular Interview Questions

Today we are going to discuss about, one of the most popular interview question, that is “tell me the test cases for Google Search Engine? Or give at least 10 test cases for the Google Search engine” once interviewer asks this question candidate goes to uncomfortable condition, because there are lot of things google search … Read more