Answer Posted / mudaseer
consider an example developer develops a camera for a phone
he develops and tests it.he will check whether the camera is working or not he takes a photo and checks whether the photo is automatically saving in the folder or not but when it comes to test engineer he may take 20 photos and check whether whether all the photos or saving or not so here developer also performs integration testing but not deeply but test engineer checks all the scenarios
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Test cases have written according to Flow of the software working or according to Screens?
what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
Can you explain regression testing and confirmation testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is state transition?
What is smoke testing and what is sanity?
What is data flow diagram?
Define performance and stress testing?
What is the main use of preparing a traceability matrix?
Write a set of test cases to test youtube?
What is Independant Testing? When and where this type of testing will be performed?
What is the Myers Boundary Table?
how will you test transfer funds module...explain in detail
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?