Login
Remember
Register
Ask a Question
What are the scripting standards that you will consider during automation testing?
0
votes
asked
Nov 19, 2019
in
Robotic Process Automation
by
rajeshsharma
What are the scripting standards that you will consider during automation testing?
#rpa-scripting
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 19, 2019
by
SakshiSharma
Adequate indentation
Uniform naming convention
3 Lines of comments for every 10 lines of code
Use of Frameworks wherever possible
Robust error handling and recovery scenario
...