Posts

Showing posts from April, 2020

Software testing tools frameworks... selenium, mocha

Image
Software testing tools frameworks...  Test tools there are varieties of tools some provide one functionality. some provide many functionalities. start with a test framework. Frame works 1. Mocha   great for writing and structuring tests   Test for Node.js application,  offer browser support,asynchronous testing, build in test runner.     2. Jasmine  can be used with any JS flavour. Doesn't require a browser or DOM clean and obvious syntax has customizable test runner  3. Jest Created by face book to test react. Zero configuration experience Has a built in test runner, mocking library & code coverage reporter.     4. Selenium Classic  UI testing option can be used in combination with most frameworks       5. Cucumber  BDD UI testing framework execute specifications works well with selenium 6. Cypress UI testing framework. fast, easy and reliable. Runs in any brows

Importance of software testing / QA

Image
Importance of Software Testing                            Software Testing is necessary because we all make mistakes. Some of those mistakes are not important, but some of them are expensive or dangerous. We need to check everything and anything we produce because things can always go wrong – humans make mistakes all the time.                   Since we assume that our work may have mistakes hence we all need to check our own work. However some mistakes come from bad assumptions and blind spots , so we might make the same mistakes when we check our own work as we made when we did it. So we may not notice the flaws in what we have done.     Ideally, we should get someone else to check our work because another person is more likely to spot the flaws.                                    There are several reasons which clearly tells us as why Software Testing is important and what are the major things that we should consider while testing of any product or application.

1. What is Information technology

Image
Introduction to Information technology "Information technology  link the world at a single point." Information technology covers a broad area with the development of technology. Each and every individual should learn information technology(IT) or basics of IT to reach the modern world without any fear. What is information technology Information technology is development and maintenance of computer systems,Hardware, software, and other computer related technology.                As mentioned before it covers a huge area. A beginner must learn following basics  :  operating the computer or device. Using various simple software. eg: word ,excel, power point, browsers etc. Then he can move to advance concepts like    Programming, AI , machine learning, E-learning, e-marketing , advance software that needed in industry and other new inventions related to IT  .