Hi All ,
The above best practise could be explained as :
1)Reusablity of Code : To find the extent of reusability ,you should know the manual functionality throughly and the filter out the common functional flow .Create reusable actions --> use call to copy of the action wherever those are repeatable and modify them accordingly .
2)Less Maintanance : Descriptive programme is a good option for this.Try to fetch the dynamic values through Datatables.
3)Easy to Understand: Follow proper identation together with naming conventions e.g : string variable with str ,integers with int so on
Please let me know if u need more details .
Regards
Punam
The above best practise could be explained as :
1)Reusablity of Code : To find the extent of reusability ,you should know the manual functionality throughly and the filter out the common functional flow .Create reusable actions --> use call to copy of the action wherever those are repeatable and modify them accordingly .
2)Less Maintanance : Descriptive programme is a good option for this.Try to fetch the dynamic values through Datatables.
3)Easy to Understand: Follow proper identation together with naming conventions e.g : string variable with str ,integers with int so on
Please let me know if u need more details .
Regards
Punam

