What is Cloud Computing? Explain in simple words?

Cloud Computing is the delivery of on demand computing services from applications to storage and processing power over the internet  rather than physically having the computing resources at the customer location. Example: AWS, Azure, Google Cloud The whole idea behind cloud computing is that instead of businesses needing to handle their own servers and data storage …

How to handle Alerts / Popups in Selenium WebDriver?

Handling Alerts/ Popups is one of the challenging tasks while automating the web application. There are mainly two types of alerts : Windows based alertsWeb based alerts As we know already, Selenium is not able to handle Window based alerts, we need to use some third party tools to get our work done. What is Alert ? …

What is AWS? What are its benefits ?

Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale and grow. In simple words AWS allows you to do the following things- Running web and application servers in the cloud to host dynamic websites.Securely store all your files on the cloud so …

What is serverless architecture? Why use serverless architecture?

What is Serverless? Serverless is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. A serverless application runs in stateless compute containers that are event-triggered, ephemeral (may last for one invocation), and fully managed by the cloud provider. Serverless is the native architecture of the cloud that …

Explain the difference between an SDLC and STLC?

STLC is part of SDLC. It can be said that STLC is a subset of the SDLC set. STLC is limited to the testing phase where quality of software or product ensures. SDLC has vast and vital roe in complete development of a software or product. However, STLC is a very important phase of SDLC …

What are the activities performed in test design and test execution?

Test Design ( Test Conditions and Test Cases ) The test case development activity is started once the test planning activity is finished.Based on the requirement analysis, test conditions are written first and an approval is obtained from the QA lead. This is the phase of STLC where testing team write down the detailed test …

What is the testing process followed in a company ideally?

The testing process differs from company to company according to their quality standards. But 90% of the companies will be using the V process model for accurate results.Testing process is:1- To gather the information from the seniors (PM/TL) or Client.2- Analysis the project or Discuss the requirement.3- Make test cases according to SRS (Software requirement specification).4- Test …

Software Testing Life Cycle (STLC)

Requirement Analysis:Requirement Analysis is the very first step in Software Testing Life Cycle (STLC). In this step Quality Assurance (QA) team understands the requirement in terms of what we will be testing & figure out the testable requirements. If any conflict, missing or not understood any requirement, then QA team follow up with the various …

What is the difference between function document and business document?

The Business Requirement Document (BRD) describes the high-level business needs whereas the Functional Requirement Document (FRD) outlines the functions required to fulfill the business need.  BRD answers the question what the business wants to do whereas the FRD gives an answer to how should it be done. FRD is derived from a BRD.

Which phases of SDLC does the testers begin to write test cases?

Testing is one of the most important components of the software development lifecycle, but when to begin testing depends on a number of factors. For the betterment, reliability and performance of an Information System, it is always better to involve the Testing team right from the beginning of the Requirement Analysis phase. The active involvement …

Design a site like this with WordPress.com
Get started