what risks do u faced u r projest how do you solve
No Answer is Posted For this Question
Be the First to Post Answer
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content
which test cases are not to be automated
Explain the difference between integration testing and system testing with real time examles?
What are different types of metrics used in testing ?
Can anybody give the syllabus of Manual testing in order wise so i would like to prepare for that in proper manner. I have only one month time to get prepare for that. Rashmi_vastred@yahoo.co.in
when the tester actually involves in Testing?(at which stage of SDLC)
Explain Bug Tracker
How to write the test scenario?Explain by giving Example.
Loop Testing Comes Under 1. White box Testing 2. Block Box Testing 3. Green Box Testing 4. Yellow Box Testing
What r the sequences that leads to automation?
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage