Getting Started on IOS Automated Testing with XCUITests

May 31, 2023 0

This presentation discusses the role of iOS test automation, the XCUITest tool and how to get started with it. Automation Testing on iOS applications has been highly standardized by Apple. Apps undergo rigorous checks before they receive approval to appear on the App Store.

How to Choose the Right Name for Unit Tests

May 22, 2023 0

As unit testing is often the first quality activity targeting code during the software development lifecycle, this article considers several examples of effective approaches to the naming of unit tests.

Zebrunner Launched Test Case Management and Testing Platform

May 22, 2023 0

Zebrunner Inc., a provider of innovative software testing solutions, is proud to announce the launch of two groundbreaking products: Zebrunner Test Case Management and Zebrunner Testing Platform. These powerful additions to Zebrunner’s suite of testing tools are set to transform the way software testing is approached and executed.

Testing Processes: One Size Does Not Fit All

May 17, 2023 1

This talk discusses what it looks like to have a constantly evolving test process within a company, how different teams can use the context they are working in to shape their own processes, and how to have multiple teams within a development organization working with different processes and workflows effectively.

SapientAI Gets $5 Million Financing for AI-powered Test Coder

May 17, 2023 0

SapientAI, creator of AI Test Coder, emerged from stealth today with $5 million in seed funding from 8VC, Correlation Ventures and GTMfund. SapientAI combines the power of generative AI with a code intelligence “co-pilot” to manage and generate test code for developers. Led by CEO/founder Rishi Singh (co-founder of DevOps platform company Harness), AI Test Coder claims to generate precise test code to help developers build products faster and ensure releases are consistent across all platforms.

Software Testing Tools in Visual Studio

May 1, 2023 0

This presentation shows how you can take advantage of the most recent additional to the unit testing tools in Visual Studio to build more reliable apps. Besides Visual Studio own tools, you can also run unit tests in Visual Studio by using third-party test frameworks such as NUnit, Boost, or Google C++ Testing Framework, depending on your programming language.