< 1 2   Sort: Date

What is the test coverage?
From the following code, atleast how many test cases are needed to guarantee 100%coverage Input Number_of_Coins Total=0 While Number_of_Coins>0 Input Value_of_Coin Total=Total + Value_of_Coin Number_Of_Coins=Number_of_Coin s- 1 End Loop Print "Your coins are worth" & Total What is the correct op...
2014-11-24, 1916👍, 0💬

what is Application testing
Why is it important to test applications before the product reaches the end user? The software can hold deviations, which can lead to a loss in trust from supplier From contract and leagal point of view, it is important that the product has been tested properly To assure that manuals are correct
2014-11-24, 1785👍, 0💬

What is Rational Suite?
I found your website in a Google search, after having visited another link in that search, IBM, which had an entire website devoted to Rational Suite. Essentially, all I wanted to know was who the vendor/developer of this software was and what the software did and hopefully get some detailed descrip...
2019-07-20, 1727👍, 0💬

Software testing vs. debugging
The difference between testing and debugging is...
2020-10-17, 1460👍, 1💬

💬 2020-10-17 FYIcenter: Good question! Software testing is a task for a software QA engineer, who runs a large set of use cases on the software to ensur...

< 1 2   Sort: Date