Forum Discussion
most simple way to extract data from excel is using DDT
can use log message to log entry.
If you are going to use automation testing then you have to get to know basic programming concepts.
It's not rocket science. I know ppl from different back grounds started manual testing, then learned automation.
Marsha_R's answer is the best answer... it's not writing code per se where you are writing a function or routine, but to do what you want, you will need to write a code expression. That's the only way to concatenate strings into a single parameter for the Log.Message operation.
And, as NisHera suggests... Automated testing IS programming... it is software development. You are developing software that tests other software. So, in truth, to be an test automation engineer, you need to have skill sets from both disciplines. For that matter, even a good manual tester, to truly know what the various scenarios are that need tested, should have a basic understanding of how code is written.
I'd highly recommend starting with a free tutorial... plenty available online. One for JavaScript can be found at http://www.w3schools.com/js/.
Related Content
Recent Discussions
- 2 days ago