Reader small image

You're reading from  Test Automation Engineering Handbook

Product typeBook
Published inJan 2023
PublisherPackt
ISBN-139781804615492
Edition1st Edition
Right arrow
Author (1)
Manikandan Sambamurthy
Manikandan Sambamurthy
author image
Manikandan Sambamurthy

Manikandan Sambamurthy has been a software engineer particularly focused on quality engineering efforts for over 15 years. He has helped several enterprise organizations formulate and implement their test strategies successfully. He has built and mentored diverse and smooth-functioning quality engineering teams throughout his career. Manikandan himself is a prolific tester and specializes in full stack test automation. He is a life-long learner and possesses tremendous knowledge on both front-end and back-end test technologies. He has led various continuous improvement efforts improving quality and productivity of entire software engineering teams. With his deep understanding and expertise in the quality area, he has induced considerable cost-savings across organizations through meticulous customizations of test automation frameworks. When he is not working on software, he loves to travel, read about science, and spend time with his family. He is an ardent sports fan currently residing in the San Francisco Bay Area.
Read more about Manikandan Sambamurthy

Right arrow

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code in action, commands, keywords, folder names, filenames, file extensions, and pathnames.

Here is an example: “The setTimeout() function calls a method after a specified wait in milliseconds. For example, setTimeout(() => console.log('hello!'), 5000) prints the message after a wait of 5 seconds.”

A block of code is set as follows:

describe ("First Android Spec", () => {
it ("to find element by accessibility id", async () => {
const animationOption = await $("~Animation");

Any command-line input or output is written as follows:

appium driver install xcuitest

appium driver install uiautomator2

Bold: Indicates a new term, an important word, or words that you see onscreen. Here is an example: “Use the Settings option in the Preferences menu for additional configuration.”

Tips or important notes

Appear like this.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Test Automation Engineering Handbook
Published in: Jan 2023Publisher: PacktISBN-13: 9781804615492

Author (1)

author image
Manikandan Sambamurthy

Manikandan Sambamurthy has been a software engineer particularly focused on quality engineering efforts for over 15 years. He has helped several enterprise organizations formulate and implement their test strategies successfully. He has built and mentored diverse and smooth-functioning quality engineering teams throughout his career. Manikandan himself is a prolific tester and specializes in full stack test automation. He is a life-long learner and possesses tremendous knowledge on both front-end and back-end test technologies. He has led various continuous improvement efforts improving quality and productivity of entire software engineering teams. With his deep understanding and expertise in the quality area, he has induced considerable cost-savings across organizations through meticulous customizations of test automation frameworks. When he is not working on software, he loves to travel, read about science, and spend time with his family. He is an ardent sports fan currently residing in the San Francisco Bay Area.
Read more about Manikandan Sambamurthy