Testing

Test Automation

Test Automation primer (Things to consider) Commitment to development. Cost QA resource Expectation Why we need to automate? Saves time and money Improves accuracy Increase test coverage Does what manual testing can't cover. Assists developers. Te…

Platform specialization

Cloud Testing Stress Compatibility Functional Browser performance Latency Load & performance Cloud Steps Develop user Scenarios Design test case. Select cloud Service provider Setup Infrastructure. Leverage Cloud servers Start testing Monitor Test…

Non functional Testing

Usability Is it fit for purpose? Measures the capacity the application has to meet its users needs. Hailway testing to look for show-stoppers.  Accessibility Accessibility testing is a subset of usability testing. Where the users under consideration h…

Functional Testing Approach

White Box Glass Box Clear-box testing Rules Testers must have knowledge of what is going on inside the application The tester should be concentrating on how the software does its job.A structured technique wants to know how loops in the software are w…

Testing type

Unit Testing a small part of code , instead of the finished product. Write code easier to test In depth tests. Integration Individual code components are merged together or with preexisting software project. The overall idea is a "building block&…

Phases of software testing

Who perform the tests. QA(Quality Assurance) team should perform all tests,developers will only sanity check their applications' Under QA manager => QA Leader Under QA Leader => QA Designers  QA Engineers  Automation QA Engineers Test scope …

Configuring the test system

Considerations: Documentation of live system. Verification. Debug information. Platform separation. Rollback. The ideal QA environment Virtualized. Deployed or verified by project team. Rollback Root privileges. Operating the test system Who is using …

Defining test procedures / method

A test procedure is a method in which you will produce test results,when documented it should include: Descriptive title. Scope of test subjects (code version). Date of software version. Person,office or agency responsible for questions on the test me…

What to test and How to test?

Code Coverage A measure used to display the degree in which the source code of a program is tested by a test set. Good test coverage     Test code coverage         It will create additional test cases to increase coverage and it also helps to find are…

Unveiling the Essence of Software Testing: A Comprehensive Guide

In the dynamic landscape of software development, quality assurance is paramount. One of the crucial pillars in ensuring software reliability is thorough testing. In this blog post, we'll explore the purpose of software testing, shedding light on …

Load More
That is All