- chaitanya2323
- Posts : 1
Join date : 2009-09-17
selenium Results
Thu Sep 17, 2009 9:36 pm
Hi,
I am working on Selenium RC using .net client driver with test engine Nunit
and my results are storing in xml.file
i want to convert my xml. files into html or excel format is it posiible to do that and store results in the place i want
and after running tests results are storing in s path which i dont want them to store there , is it possible to change the path for storing the results
thanks
I am working on Selenium RC using .net client driver with test engine Nunit
and my results are storing in xml.file
i want to convert my xml. files into html or excel format is it posiible to do that and store results in the place i want
and after running tests results are storing in s path which i dont want them to store there , is it possible to change the path for storing the results
thanks
Re: selenium Results
Fri Sep 18, 2009 10:58 am
Hi,
First of all everything is possible, just you have to find the way how to do it. Now coming to your problem :
to convert my xml. files into html or excel format: There is no direct support in selenium for doing this. but this will be possible in any programming language like ur using .net.
In this ,first you have to create one function which read your xml line by line.
second, pass these value into another function which create or store all data into excel sheet as per your requirement. then finally use that excel sheet to fetch data.
This is not easy task but not impossible. This required very high logic which you have to be create and you also have to use excel sheet api to create a excel sheet through programming.
Next problem is storing your result into another path, yes you can alter the path in commad you are executing. First you have to find where that command or setting reside and after finding change that.
If you don't want to do all above thing , you can write code in javascript and call into any command like runScript or storeEval.
Hope this will help you. I don't have any kind of these functions avaliable. You have to write your own which takes good amount of time.
Best of luck.
Bye
First of all everything is possible, just you have to find the way how to do it. Now coming to your problem :
to convert my xml. files into html or excel format: There is no direct support in selenium for doing this. but this will be possible in any programming language like ur using .net.
In this ,first you have to create one function which read your xml line by line.
second, pass these value into another function which create or store all data into excel sheet as per your requirement. then finally use that excel sheet to fetch data.
This is not easy task but not impossible. This required very high logic which you have to be create and you also have to use excel sheet api to create a excel sheet through programming.
Next problem is storing your result into another path, yes you can alter the path in commad you are executing. First you have to find where that command or setting reside and after finding change that.
If you don't want to do all above thing , you can write code in javascript and call into any command like runScript or storeEval.
Hope this will help you. I don't have any kind of these functions avaliable. You have to write your own which takes good amount of time.
Best of luck.
Bye
Permissions in this forum:
You cannot reply to topics in this forum