Testing Engineer having Software Programming knowledge so
Which type of testing will be done.
1.Adhoc testing
2.random testing
3. functional testing
4. monkey testing
Answers were Sorted based on User's Feedback
Answer / swap
Adhoc testing b'coz In that testing Directly Find error
without write a test cases. this testing is conducted by
Developer ,Tester etc
| Is This Answer Correct ? | 8 Yes | 2 No |
I think answer should be functional testing.
Because monkey testing and random testing is done when the
user/tester doesn't have any knowledge about the
functionality of the application.
They put random values move here and there to go through
that app.
And under ADHOC-TESTING these are coming.
| Is This Answer Correct ? | 0 Yes | 0 No |
If the developer rejects that its not abug means then whats the next step we follow?
How would you test a service oriented architecture (soa) web application?
Are number of defects more in design phase or coding phase?
what is metrices?
differnce between testing life cycle and bug life cycle?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations  The client wants their users to be able to login using a page that fits in with the website design.  Tom wants to access the website but doesn’t want his login information to be available to anyone else.  Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:-  Being the only Test Engineer on this task, what would your approach be for this requirement?  Identify the key areas for testing this page.  What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’.  Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
diff between usecase and testcase
Can Any one tell me How to test Stand alone application? wht are the major points to cover & how performance is tested of this application?? can any 1 tell me its bit urget for me guys.
what are the inputs fo writing testcases and what are the outputs after executing the testcases?
write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?
Who will perform Integration Testing?