0 votes
in Testing by
Can you tell me some good coding practices while automation?

1 Answer

0 votes
by

Here are good automation practices:

  • Add appropriate comments to explain that coding part.
  • You should identify the reusable methods and write them in a separate file.
  • Must follow the language-specific coding conventions.
  • Store the test data in a separate file.
  • Run your scripts regularly.

Related questions

0 votes
asked Nov 17, 2022 in Testing by sharadyadav1986
0 votes
asked Nov 17, 2022 in Testing by sharadyadav1986
...