While testing stored procedures what are the steps does a tester takes?
Mention different types of joins?
Explain how to use sql queries in qtp ?
What are joins?
What is load testing and give some examples of it?
What is data driven test?
What is performance testing and what are the bottlenecks of performance testing?
How to test database manually?
Explain which test cases are written first black boxes or white boxes?
Which of the following defines the expected results of a test? Test case specification or test design specification.
How to generate test cases for 'replace a string' method?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
What is the difference between test scenarios, test cases, and test script?
What are semi-random test cases?