Login
Remember
Register
Ask a Question
Can you tell me some good coding practices while automation?
0
votes
asked
Nov 17, 2022
in
Testing
by
sharadyadav1986
Can you tell me some good coding practices while automation?
automation-testing
code-practices
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 17, 2022
by
sharadyadav1986
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.
...