Hi guys!
Is there a possibility to do the following:
Import parameters to Selenium IDE from the testplan
Run the whole test in Selenium IDE with the parameters which are editable (only) in the Excel sheet
Export the result of each test cases to the Excel sheet to the appropriate cell (next to the parameter for instance)
Export the date of run to the Excel sheet as well, next to the result
The testplan looks like this (similar):
So I want Selenium to run the test with the data in the D:D and F:F column, and after the test - modify the F:F and G:G columns.
I've heard about TestNG, but that's not quite what I want here...
Could you please help me with this one? I would really appreaciate it!
Thanks in advance!
Istvan