wht is scope of ur project?
No Answer is Posted For this Question
Be the First to Post Answer
When is a test considered to be successful?
WHAT ARE THE BUG TRACKING TOOLS USED IN TESTING PROCESS AND WHICH IS BETTER TOOL TO BE USED IN BUG REPORTING ?
what should be analyzed in laod testing?
Is automated testing better than manual testing. If so, why
Every One is saying that Documentation is very very importent in Tester's Life.Could any one explain with proper examples..?
What is race condition?
To test a function, what has to write a programmer, which calls the function to be tested and pass test data.
What r all the resources u need 4 the project u r currently in?
what happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? where the data will go ?
What is the dfd (data flow diagram)?
If 100 test cases given to you and asked you to categorize them into manual and automated test cases ..how you are going to do..Any systematic process?
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.