Found 871 Articles for Automation Testing

Life Cycle of Open Standard

Vineet Nanda
Updated on 01-Dec-2021 05:27:04

145 Views

There is an agreed-upon manner of doing things whenever we start a company, whether online or in the conventional sense. This is referred to as "Standards." For example, if you want to start a company creating bed linens, the minimum length of bedsheets required by industry standards is 7 feet. These guidelines might be publicly published or followed in an unwritten manner.What is the Purpose of Standards?As consumers, standards assist us in determining whether or not something is appropriate for the purpose for which it is purchased, and whether or not it is of acceptable quality. It's also easy to ... Read More

Learn V-Model in Software Testing

Vineet Nanda
Updated on 01-Dec-2021 05:24:06

659 Views

The V-Model is a highly rigorous SDLC model in which each development phase is followed by a testing phase. The V model is a variation of the waterfall model, in which testing is carried out in tandem with development at each stageSoftware Engineering TerminologySoftware Development Life Cycle (SDLC) − SDLC stands for Software Development Life Cycle. Developers do a series of tasks in order to create and construct high-quality software.The Software Testing Life Cycle (STLC) − is an acronym for Software Testing Life Cycle. It is a set of tasks carried out methodically by testers to test your software product.Waterfall ... Read More

Learn Decision Table Testing with Example

Vineet Nanda
Updated on 25-Oct-2023 14:21:33

21K+ Views

Decision TableA Decision Table is a table that shows the relationship between inputs and rules, cases, and test conditions. It's a very useful tool for both complicated software testing and requirements management. The decision table allows testers to examine all conceivable combinations of requirements for testing and to immediately discover any circumstances that were overlooked. True(T) and False(F) values are used to signify the criteria.What is Decision Table Testing?Decision table testing is a type of software testing that examines how a system responds to various input combinations. This is a methodical methodology in which the various input combinations and the ... Read More

Integration Testing (Types, Top-Down & Bottom-Up)

Vineet Nanda
Updated on 01-Dec-2021 05:00:17

2K+ Views

What is Integration Testing?Integration Testing is a sort of testing in which software modules are conceptually connected and tested as a unit. A typical software project is made up of several software modules written by several programmers. The goal of this level of testing is to find flaws in the way various software components interact when they're combined.Integration testing is concerned with ensuring that data is communicated between various units. As a result, it's also known as "I & T" (Integration and Testing), "String Testing, " and "Thread Testing."What is Integration Testing and How Does It Work?What is the purpose ... Read More

What is Workflow Testing in Software Testing?

Vineet Nanda
Updated on 30-Nov-2021 07:35:01

681 Views

With the increasing global competition, it is now essential for organizations to adopt and follow better test strategies and processes to validate the quality and functionality of the software. To ensure this and gain benefits from the software, they need to adopt new and better testing techniques, to test the software accurately and achieve better results. Workflow testing is one such latest trend in the world of software testing, performed to produce desired results.WorkflowWorkflow is a series/sequence of tasks and processes that execute data. They are evident in almost every type of business and industry. A workflow is created every ... Read More

What is Localization Testing? Example Test Cases & Checklist

Vineet Nanda
Updated on 30-Nov-2021 07:17:58

2K+ Views

Localization TestingLocalization testing is a software testing approach that examines a program's behavior in relation to a particular location, locality, or culture. The goal of localization testing is to ensure that a software's linguistic and cultural characteristics are acceptable for a certain location. It is the process of adapting software to a certain language and country.Localization testing has a significant impact on content and user interface.It is a method of evaluating a globalized application in where the user interface, default language, currency, date, time format, and documentation are all tailored to the target nation or area. It guarantees that the ... Read More

What is Keyword Driven Testing?

Vineet Nanda
Updated on 30-Nov-2021 07:11:34

276 Views

The rising demands of Agile and DevOps have changed the overall concept of traditional testing. Now, companies need testers with diverse skillsets and more experience in the field. Teams need to operate flexible automated testing tools to create maintainable and scalable UI tests instantly.Testers use a series of operations to build automated UI tests. Each test involves keywords to simulates a user's action, such as clicking a mouse or pushing a key on the keyboard. Through a keyword-driven testing tool like TestComplete, you can create reusable automated tests through simple drag-and-drop actions, even without scripting knowledge.What is Keyword driven testing?Keyword-driven ... Read More

What is Interoperability Testing in Software Testing?

Vineet Nanda
Updated on 30-Nov-2021 07:07:53

603 Views

A Quick Overview of Interoperability TestingInteroperability is defined as the combination of the words inter and operable.Inter means "between us, " "inside us, " or "mutual."Operability refers to a person's ability to complete a task.Combining the two concepts, interoperability refers to the capacity of two (or more) systems to fulfill their assigned tasks independently while communicating with one another as expected without compromising their unique assigned capabilities.Consider the case of making a flight reservation. Consider the following scenario: you need to go from New Delhi to New York. There isn't a direct flight available right now. You must go from ... Read More

GUI Testing Tutorial: User Interface (UI) Test Cases with Examples

Vineet Nanda
Updated on 30-Nov-2021 06:29:39

7K+ Views

What is a GUI?For a computer application, there are two sorts of interfaces. The Command Line Interface (CLI) is a program that allows you to write text and have the computer reply to it. The Graphical User Interface (GUI) is a method of interacting with a computer that uses graphics rather than words.The following are some of the graphical user interface components that may be used to interact with the application −Radio ButtonCheck BoxText BoxList BoxThe aforementioned items are validated by GUI testing.GUI EvaluationGUI Testing is a sort of software testing that examines the product's graphical user interface. The goal ... Read More

ERP Implementation Life Cycle

Vineet Nanda
Updated on 30-Nov-2021 06:23:16

2K+ Views

ERP stands for Enterprise Resource Planning, and it is designed to automate any job. ERP makes it simple to administer all departments from a single database. This takes very little time and is a simple and quick method of working. Enterprise Resource Planning (ERP) is a foundation system for domestic and worldwide operations that supports most or all functional areas in their daily operations. It was developed in the 1990s. Is one of the most prevalent types of business software, particularly among major corporations.It is a business strategy and collection of industry-domain-specific apps that enable and optimize enterprise and inter-enterprise ... Read More

Previous 1 ... 4 5 6 7 8 ... 88 Next
Advertisements