how to put up a bug free environment

12
How to put up a bug free environment?

Upload: manisha-ips

Post on 08-Feb-2017

260 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: How to put up a bug free environment

How to put up a bug free environment?

Page 2: How to put up a bug free environment

Introductiono Studies performed in past some day’s show that around

to 40% of system failures are affected by software bugso Common storage and concurrency related bugs account

for up to 60% of system a and security problemso Reducing software bugs in your app is the best way to

increase the stability, reliability and security of your software

https://www.relianttekk.com/

Page 3: How to put up a bug free environment

 Beta Testso Beta tests play a major role with making

your software’s quality goodo Major releases should be tested by end-

users and customers before going aheado Also assure that your Software turn up a

high quality standard before giving it to beta testers

https://www.relianttekk.com/

Page 4: How to put up a bug free environment
Page 5: How to put up a bug free environment

Code Reviewso Developers should evaluate your source

code on a regular basiso Pair programming is a useful technique

where two developers code together for longer time, isn’t for all and is often not desired

o But complex, main or security related code very much benefits from code reviews and will get better your code quality

https://www.relianttekk.com/

Page 6: How to put up a bug free environment
Page 7: How to put up a bug free environment

 Automated Testso It is like unit tests or automated GUI tests

can be used to assure the functionality of, application programming interfaces (APIs), application modules and user interfaces

o You don’t need to be a test-driven development genius to make good utilize of automated tests

o There are lots of unit testing frameworks, web and GUI testing tools out there that you can utilize.

https://www.relianttekk.com/

Page 8: How to put up a bug free environment
Page 9: How to put up a bug free environment

Error Reporting

o You first have to know which type of errors your users and customers are experiencing

o Many end users of trial software won’t get in communication with you to account any errors

o They will directly remove your app and test an opposing producthttps://www.relianttekk.com/

Page 10: How to put up a bug free environment
Page 11: How to put up a bug free environment

Loggingo Using log files during development and

production usage is a significant and useful technique to Identify bugs Find concurrency problems To explore and identify why an application

worn-outo Advanced logging tools are also gifted to

log trace threads, complete objects, and distributed systems

https://www.relianttekk.com/

Page 12: How to put up a bug free environment

https://www.relianttekk.com/