What are Coding standards, will you follow while writing QTP scripts?

1. Variable Naming Convention
2. Function name should be related to Function
3. Since we are automating manual test case to QTP scripts, So scripts should be Manual Test scripts name in QTP
4.Each Action, Function, Scripts should have
Created Date
Created By
Purpose
Modified

Questions by velmuruganrtesting   answers by velmuruganrtesting

Showing Answers 1 - 3 of 3 Answers

Sachin

  • Feb 17th, 2015
 

Variable Naming Conventions
number iNum
string sName
object oBr
for functions
Function func_Add_Two_Number(arguments)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions