STAREAST 2023 - Test Strategy | TechWell

Conference archive

STAREAST 2023 - Test Strategy

Wednesday, May 3

W4

The 10 Steps for Effective Mainframe Testing

Wednesday, May 3, 2023 - 11:30am to 12:30pm

It is without a doubt that DevOps has come to the mainframe. Any company that currently runs a mainframe platform is either in the process of transforming mainframe development or has already transformed their mainframe development to using DevOps. While DevOps has come to the mainframe, automated testing is still lagging. Application teams have shiny new DevOps pipelines and automation, are using tools like Git to super charge their development but are still using manual testing procedures, bad test data, and antiquated testing processes. To get to that next level of DevOps maturity,...

W10

Delivering Quality with the Correct Strategy

Preview
Wednesday, May 3, 2023 - 1:30pm to 2:30pm

Usually we find that clients don't include quality inside their delivery process. But what happens when the release to production is ready and suddenly things are not working as expected? Quality calls! This process should start earlier and be included within the delivery process from the very beginning; even, during the initial call with the client to understand what they expect from us. This is where quality strategy lives: from the evaluation of client's requirements/expectation, going through the team that you will work with, planning the stages where the quality shall be...

Thursday, May 4

Sony Interactive Entertainment
T4

Testing Hard-to-Test Devices Using Docker Containers

Thursday, May 4, 2023 - 9:45am to 10:45am

Back in the day, live testing was the only way to test systems, especially software and hardware, and the advanced methodologies that we have today did not exist. Today, docker containers have made even the most difficult systems very easy to test. In this session, we will take a look at an example of testing a disk monitoring service using software techniques without actually using any disks. The service reports NVMe SSD drives’ state and classifies drives as “good” or “bad” based on the data. Key takeaways from this session include understanding the basics of NVMe and docker, creating a...