
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 456 Articles for Software Testing

1K+ Views
Benchmark is a specific standard of measurement used to measure a product or service. In short, it is a metric or point of reference to access the quality of a particular product or service. Likewise, benchmark testing is a process where testers compare the software and hardware aspect of an application or system against a stipulated standard. Besides testing the performance, benchmark testing can also test the security feature of a system or application.Benchmark testing is a part of the software development life cycle (SDLC), where both developers and database administrators (DBAs) determine the security and performance of software and ... Read More

760 Views
There are many occasions where websites/applications have to run continuously for weeks/months without restarting the server. Since the number of users in such websites is exceedingly high, owners must ensure that users can access the website without facing any issues.The testers' role in such situations is to make sure these websites don't face any failure or memory leakage when exposed to high traffic. Under stability test, testers revealed these websites till their breakpoint and check how the system responds to such load. Systems can crash or slows down under heavy load. It can also act erratically in some cases. Therefore, stability ... Read More

436 Views
Software Testing is a fast-growing field and if you are one of the thousands of aspirants looking to build a career in it, this Software Testing Career guide will help you understand what the testing job is all about and what salary testing jobs provide.What is Software Testing?Walk into any clothes showroom in a mall, and you will notice a room with "Testing" written on its door where you can check whether or not the clothes you like fit you, or look good on you.The word 'testing' is used to determine whether a product satisfies someone's requirement or not. The ... Read More

4K+ Views
In this post, we will understand the difference between waterfall model and spiral model −Waterfall ModelIt works in sequential method.The errors and risks are identified and rectified after the stages are completed.It is generally used by customers.It can be used with small projects.The requirements and early stage planning is important and required.It is not flexible.It is difficult to make changes in a waterfall model.It involves a high amount of risk.It is comparatively less expensive.Following is the representation of Waterfall Model −Spiral ModelIt works in evolutionary method.The errors and risks are identified and rectified before the stages are complete.It is generally ... Read More

489 Views
In this post, we will understand the difference between manual and automated testing −Automation TestingIt uses automation tools to execute the test cases.It is fast in comparison to a manual approach.It doesn’t allow random testing to be performed.The initial investment is high.The return on investment is better in the long run.It is reliable.It is performed by tools and scripts.There is no testing fatigue in it.Even for a trivial change, automated test scripts have to be modified.It is expensive.All the stakeholders can login to the automation system and check the results of execution.It doesn’t involve human; hence it can’t assure being ... Read More

438 Views
What is Scalability Testing and Learn with ExampleA system/application must have the capability to function flawlessly under excessive load. Scalability testing features the process where the efficiency of a system is tested based on a growing number of user requests, data volume, transactions, and user traffic. The developers identify the points where the system stops responding to changes and dig deeper to find its reasons.Salient features of Scalability TestingIt tells you how the application behaves under heavy loadIt let you know the limitation of the app in terms of user experienceIt helps you determine the efficiency and limits of the ... Read More

412 Views
Volume Testing, aka Flood Testing, is a non-functional test used to see the software or application's performance when introduced to a high volume of data. The volume here refers to the size of the database or the file subjected to the test.Under the volume testing, the developers will keep adding data until the database reaches its threshold. Then the system will be analyzed for its response.For example, you want to add 1000 new products under the "TV" category on your eCommerce site. Before adding those entries into the database, you must ensure whether your site can handle such an extensive ... Read More

819 Views
Testing as a Service or TaaS is a process where an organization outsources its testing services from a third party. A business can rent infrastructure, buy testing tools and software on pay per use basis, or handover their entire testing responsibilities to a third-party service provider.TaaS is generally used for automated testing processes, which requires a massive amount of resources if done manually. The resources could be staff, time, money, or technology.Classification of TaaSTaaS is an umbrella covering a wide range of functional and non-functional testing procedures. It helps organizations enjoy customized and comprehensive support of an experienced testing team ... Read More

18K+ Views
The object-oriented life cycle model considers 'objects' as the basis of the software engineering process. The development team starts by observing and analyzing the system they intend to develop before defining the requirements. Once the process is over, they focus on identifying the objects of the system. Now, an object could be anything; it can have a physical existence like a customer, car, etc. An object also constitutes intangible elements like a process or a project.Advantages of Object-Oriented Life Cycle ModelApart from enhancing the system performance, object-oriented programming offers some advantages such as:Since it is data-focused and easy to work ... Read More

5K+ Views
Life Cycle Phases of Data AnalyticsThe Data Analytics Lifecycle is a cyclic process which explains, in six stages, how information in made, collected, processed, implemented, and analyzed for different objectives.Data DiscoveryThis is the initial phase to set your project's objectives and find ways to achieve a complete data analytics lifecycle. Start with defining your business domain and ensure you have enough resources (time, technology, data, and people) to achieve your goals.The biggest challenge in this phase is to accumulate enough information. You need to draft an analytic plan, which requires some serious leg work.Accumulate resourcesFirst, you have to analyze the ... Read More