Tips and Tricks for working with Robot Framework – Part-1 – User friendly Tech help
If you are still looking for that one person who will change your life, take a look in the mirror.nnProblem1:- How i can generate random test data in Robot framework?nnSolution:- Use FakerLibrarynnInstall :- npip install robotframework-fakernnNote:- Include FakerLibrary in settings as “Library FakerLibary”nnExample:- To generate random number we can use code as below:-nnn Problem2:- How to…