I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
No Answer is Posted For this Question
Be the First to Post Answer
When do u stop testing?
What type of testing process do you follow in current organisation?
What is test out put?
1. Define the following along with examples a. Boundary Value testing b. Equivalence testing c. Error Guessing d. Desk checking e. Control Flow analysis
Discuss what test metrics you feel are important to publish an organization?
Phases of Software Testing Life Cycle?
There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements
what are the ways to crash an application when it is unter testing?
What is the exact difference between smoke testing and sanity testing.?
What is meant my Firewall testing? how the testing is performed on it?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....