0 votes
in Testing by
What is the scripting standard while performing automation testing?

1 Answer

0 votes
by

While writing the scripts for automation, you must consider the following things:

  • Uniform naming convention.
  • 3 lines of comments for every 10 lines of code.
  • Adequate indentation.
  • Robust error handling and recovery scenario.
  • Use of Frameworks wherever possible.

Related questions

0 votes
asked Nov 19, 2019 in Robotic Process Automation by rajeshsharma
0 votes
asked Nov 18, 2022 in Testing by Robindeniel
...