What are The Main Sources of Software Bugs
Answers were Sorted based on User's Feedback
Answer / krishna
1.Poor software spacifications
2.Next large source of software bugs are from software
design
3.Third main source of software bugs are poor coding
4.And the last source is from others like duplicate
bugs,some testing errors,etc.
.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / raja srinivas
1. Poor requirements
2. Miscommunication between developers and testers
3. Lack of domain language
4. When time is short
5. Not proper knowledge on tools used if any
| Is This Answer Correct ? | 3 Yes | 4 No |
What is Comparision Testing?
How many testcases should be there in one project or one requirment?How many test case have you wrote in your last project?
Explain the process of project tailoring.
You are a tester. Now how will you choose which defect to remove in 1000000 defects?
Differentiate ad-hoc testing and exploratory testing?
What are the various tools you have used in testing process?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
i completed btech in IT in 2012.i am not good at programming.i want to do software testing.am i eligible for the course and how will be my future?please help and than you
Difference between web application & client server application?
1.Testing work starts once a)once requirement are complete b)once test cases are complete c)once coding is complete d)begining of requirement 2)For white box testing a)the tester is completely unconcerned abt the internal behavior of the program b)the tester is concerned with finding circumstances in which the program doesnot behave according to code standards c)test data is derived from market requirements 3)stress testing is a measure of one of the following a)application response time b)concurrent load an application can handle c)transactions per minute that can be handled d)virtual load at which the system will fail 4)UAT means a)testing performed on a single stand alone module b)testing after changes have been made to ensure that no unwanted changes were introduced c)testinf to ensure that the system meets the needs of the organization& the end user 5)software quality metrics will help u to a)keep account on the software quality of an application b)analyse and improve the deficiencies of an application c)both of the above d)none 6)Application that has GUI must be tested for usability a)for any kind of UI applications b)more necessary for web based applications c)only if the user is going to use the UI d)only if the user pays for it 7)the program according requirements expects the uppercase letters from A to Z.Analyze the following inputs and choose one that can cause the failure with greater probability a)@,[ b)1,0 c)B,W d)[,] 8)A system test that forces the software to fail in a variety of ways and verifies that softwware is able to continue execution without interruption.This definiton in nearest to a)Recovery testing b)Stress testing c)both of the above d)none 9)Automated testing is necessary when a)testing has to be done very quickly b)number of resources are very less c)most of the test cases are similar in anture d)all of the above 10)which of the following tests is performed early in a software testing process a)monkey testing b)unit testing c)system testing d)none 11)the testing technique that requires devising test cases to demonstrate that each program function is operational is called a)black box testing b)glass box testing c)grey box testing d)white box testing 12)what a UML diagram is useful for black box testing a)class diagram b)object diagram c)use case diagram d)sequence diagram 13)what kind of tools would you suggest to use for the automation of regression tests? a)capture and playback b)static analysis tools c)simulators d)debugging tools
3 Answers Bally Technologies, IBM, QA, Speridian Technologies,
What is negative testing? How is it different from positive testing?
What is test stratergy?