Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
chaitanya2323
Posts : 1
Join date : 2009-09-17

selenium Results Empty 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
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

selenium Results Empty 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
Back to top
Permissions in this forum:
You cannot reply to topics in this forum