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
sireesha
Posts : 2
Join date : 2010-09-06

Need help on testcase execution/reporting Empty Need help on testcase execution/reporting

Wed Oct 27, 2010 7:19 pm
Hi all,

I need help from you
My question is how to avoid unwanted test cases not to be executed? like i have so many test cases in one java class.and i want to execute few of them..what is the approach to do it. and i also want to know how to report test execution results to an XLS sheet? please leave your suggestions.
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Need help on testcase execution/reporting Empty Re: Need help on testcase execution/reporting

Fri Nov 26, 2010 11:11 pm
Hi ,

I am replying to your question one by one :

1. You have to create mechanism either through file or excel it depends on you, in which you will set the status of your test case whether you want to execute or not. then parse that file and you can match each value with test case id if it matches then execute that test case other wise ignore it. for that good programming skill needed,but im sure you can do it.

2. there are 2 ways to do it. first you can use textfile in which you can write the status of your test cases. for ex:
test_case_34 Pass
checkpointpass 14
checkpoint_fail 2
total_checkpoint 16

similarly for all test cases. this is simple appraoch and can be done easily.

Another approach using excel to create report, for this you have very good programming skills to work with excel API and it's really tough. It require lot of time to develop and mostly use in framework development. the same approach is follow here, execute each test case, store results into some variable and write into excel.


HOpe this help you little bit. best of luck.

Bye

Back to top
Permissions in this forum:
You cannot reply to topics in this forum