<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Bianor blog</title>
	<atom:link href="http://blog.bianor.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bianor.com</link>
	<description>technology and business reviews and comments</description>
	<pubDate>Sat, 06 Sep 2008 00:34:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Testlink - or how do we manage more easily the testing process? by mariyana.kombakova</title>
		<link>http://blog.bianor.com/2008/05/testlink-or-how-do-we-manage-more-easily-the-testing-process/#comment-464</link>
		<dc:creator>mariyana.kombakova</dc:creator>
		<pubDate>Fri, 29 Aug 2008 16:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=58#comment-464</guid>
		<description>Hi Pavel,

I am glad that you find this topic useful.
What else would you like to learn for Testlink?

You can help our team also, by suggesting topics of interest you would like to find in our blog.

Thanks and have a good day!

Mariyana Kombakova</description>
		<content:encoded><![CDATA[<p>Hi Pavel,</p>
<p>I am glad that you find this topic useful.<br />
What else would you like to learn for Testlink?</p>
<p>You can help our team also, by suggesting topics of interest you would like to find in our blog.</p>
<p>Thanks and have a good day!</p>
<p>Mariyana Kombakova</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testlink - or how do we manage more easily the testing process? by Pavel</title>
		<link>http://blog.bianor.com/2008/05/testlink-or-how-do-we-manage-more-easily-the-testing-process/#comment-428</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Mon, 25 Aug 2008 04:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=58#comment-428</guid>
		<description>Amazing. I like it. &lt;a href="http://bride-makeup.ru" rel="nofollow"&gt;&lt;/a&gt;Will it be continued?</description>
		<content:encoded><![CDATA[<p>Amazing. I like it. <a href="http://bride-makeup.ru" rel="nofollow"></a>Will it be continued?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testlink - or how do we manage more easily the testing process? by mariyana.kombakova</title>
		<link>http://blog.bianor.com/2008/05/testlink-or-how-do-we-manage-more-easily-the-testing-process/#comment-417</link>
		<dc:creator>mariyana.kombakova</dc:creator>
		<pubDate>Thu, 21 Aug 2008 09:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=58#comment-417</guid>
		<description>Hi Suresh,

You are able to export all test cases from one project and to import them into another project.
To do that, you need to select your project in the Test Specification tab.
Then press the [Export All Test Suites] button.
Mark additionally “Export with keywords” checkbox, if you would like to export keywords also.

When you click the Export button, you will be able to save your test cases in XML format.

Then go to the project, in which you want to move (insert) the test cases and import the XML file.

You could also export a singe test case or Test Suite by selecting it and click over [Export] button.

Please, let me know if you need additional help.

Regards,
Mariyana Kombakova</description>
		<content:encoded><![CDATA[<p>Hi Suresh,</p>
<p>You are able to export all test cases from one project and to import them into another project.<br />
To do that, you need to select your project in the Test Specification tab.<br />
Then press the [Export All Test Suites] button.<br />
Mark additionally “Export with keywords” checkbox, if you would like to export keywords also.</p>
<p>When you click the Export button, you will be able to save your test cases in XML format.</p>
<p>Then go to the project, in which you want to move (insert) the test cases and import the XML file.</p>
<p>You could also export a singe test case or Test Suite by selecting it and click over [Export] button.</p>
<p>Please, let me know if you need additional help.</p>
<p>Regards,<br />
Mariyana Kombakova</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium - test tool for web applications by lyubomir.todorov</title>
		<link>http://blog.bianor.com/2008/04/selenium-test-tool-for-web-applications/#comment-412</link>
		<dc:creator>lyubomir.todorov</dc:creator>
		<pubDate>Wed, 20 Aug 2008 07:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=52#comment-412</guid>
		<description>Hi Maria,
Try with using "test" prefix for the test methods names.
So, your method should be testRegular_95_Nofilter, instead of regular_95_Nofilter.
Best Regards,
Lyubomir</description>
		<content:encoded><![CDATA[<p>Hi Maria,<br />
Try with using &#8220;test&#8221; prefix for the test methods names.<br />
So, your method should be testRegular_95_Nofilter, instead of regular_95_Nofilter.<br />
Best Regards,<br />
Lyubomir</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium - test tool for web applications by maria</title>
		<link>http://blog.bianor.com/2008/04/selenium-test-tool-for-web-applications/#comment-397</link>
		<dc:creator>maria</dc:creator>
		<pubDate>Mon, 18 Aug 2008 19:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=52#comment-397</guid>
		<description>Hi,

I exported the selenium test case into java and tried to use junit to run it. But I got "No tests found" error. I do have @Test put before my test case. What's the problem? I have spent several hours on it, still can't find a way to solve it, Can you please help? 
Here is my code.




import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
import com.thoughtworks.selenium.*;


public class experimentPipeLine extends SeleneseTestCase {
    String baseUrl;
    protected Selenium selenium;
    public experimentPipeLine() {
        baseUrl = (System.getProperty("base.url")==null) ? getProperty( "hostUrl" ) : System.getProperty("base.url");
    }

    @BeforeClass
    public static void setUpClass() throws Exception {
       
    }

    @AfterClass
    public static void tearDownClass() throws Exception {
        
    }

    @Before
    @Override
    public void setUp() throws Exception{
         super.setUp();
        selenium = new DefaultSelenium("localhost", 4444, "*firefox", baseUrl);
        selenium.start();
    }

    @After
    @Override
    public void tearDown() {
        
        selenium.stop();
    }

    @Test
    public void regular_95_Nofilter() throws Exception {
                selenium.setTimeout("600000");              
		selenium.open(baseUrl); 
		selenium.type("user", "xxx");
		selenium.type("pass", "xxx");
		selenium.click("Login");
	}
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I exported the selenium test case into java and tried to use junit to run it. But I got &#8220;No tests found&#8221; error. I do have @Test put before my test case. What&#8217;s the problem? I have spent several hours on it, still can&#8217;t find a way to solve it, Can you please help?<br />
Here is my code.</p>
<p>import org.junit.After;<br />
import org.junit.AfterClass;<br />
import org.junit.Before;<br />
import org.junit.BeforeClass;<br />
import org.junit.Test;<br />
import static org.junit.Assert.*;<br />
import com.thoughtworks.selenium.*;</p>
<p>public class experimentPipeLine extends SeleneseTestCase {<br />
    String baseUrl;<br />
    protected Selenium selenium;<br />
    public experimentPipeLine() {<br />
        baseUrl = (System.getProperty(&#8221;base.url&#8221;)==null) ? getProperty( &#8220;hostUrl&#8221; ) : System.getProperty(&#8221;base.url&#8221;);<br />
    }</p>
<p>    @BeforeClass<br />
    public static void setUpClass() throws Exception {</p>
<p>    }</p>
<p>    @AfterClass<br />
    public static void tearDownClass() throws Exception {</p>
<p>    }</p>
<p>    @Before<br />
    @Override<br />
    public void setUp() throws Exception{<br />
         super.setUp();<br />
        selenium = new DefaultSelenium(&#8221;localhost&#8221;, 4444, &#8220;*firefox&#8221;, baseUrl);<br />
        selenium.start();<br />
    }</p>
<p>    @After<br />
    @Override<br />
    public void tearDown() {</p>
<p>        selenium.stop();<br />
    }</p>
<p>    @Test<br />
    public void regular_95_Nofilter() throws Exception {<br />
                selenium.setTimeout(&#8221;600000&#8243;);<br />
		selenium.open(baseUrl);<br />
		selenium.type(&#8221;user&#8221;, &#8220;xxx&#8221;);<br />
		selenium.type(&#8221;pass&#8221;, &#8220;xxx&#8221;);<br />
		selenium.click(&#8221;Login&#8221;);<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testlink - or how do we manage more easily the testing process? by Suresh</title>
		<link>http://blog.bianor.com/2008/05/testlink-or-how-do-we-manage-more-easily-the-testing-process/#comment-391</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Mon, 18 Aug 2008 06:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=58#comment-391</guid>
		<description>Is there any Option to move the test cases from one project to another project??
As we have lot of test cases of the same project under two project name..and now we just want to reorganize into single project..
Please help me.

Thanks,
Suresh</description>
		<content:encoded><![CDATA[<p>Is there any Option to move the test cases from one project to another project??<br />
As we have lot of test cases of the same project under two project name..and now we just want to reorganize into single project..<br />
Please help me.</p>
<p>Thanks,<br />
Suresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar API Overview, Part I by AlexM</title>
		<link>http://blog.bianor.com/2008/07/google-calendar-api-overview-part1/#comment-374</link>
		<dc:creator>AlexM</dc:creator>
		<pubDate>Sat, 16 Aug 2008 11:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=62#comment-374</guid>
		<description>Your blog is interesting! 
 
Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Your blog is interesting! </p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium - test tool for web applications by Tester</title>
		<link>http://blog.bianor.com/2008/04/selenium-test-tool-for-web-applications/#comment-361</link>
		<dc:creator>Tester</dc:creator>
		<pubDate>Tue, 12 Aug 2008 18:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=52#comment-361</guid>
		<description>Hello Sir

I am new to Selenium, i have basic knowledge of java upto servlets,
Currently i am working in small company as software engineer and got opportunity to use selenium ide to record and selenium RC to run the script using junit and eclipse in which i am sucessfull till now
from last four days i am trying to parametarize the script for data driven test, but not able to do the same
My homble request is please provide me the code for parametrizing the script, i will provide u the scenerio like 

Google search which i want to take the keyword to search form the excel sheet which contains 2 columns

Please send me the script on my mail id as well as publish it in your blog
Thanks 

Regards
Tester123Tester
tester123tester@gmail.com</description>
		<content:encoded><![CDATA[<p>Hello Sir</p>
<p>I am new to Selenium, i have basic knowledge of java upto servlets,<br />
Currently i am working in small company as software engineer and got opportunity to use selenium ide to record and selenium RC to run the script using junit and eclipse in which i am sucessfull till now<br />
from last four days i am trying to parametarize the script for data driven test, but not able to do the same<br />
My homble request is please provide me the code for parametrizing the script, i will provide u the scenerio like </p>
<p>Google search which i want to take the keyword to search form the excel sheet which contains 2 columns</p>
<p>Please send me the script on my mail id as well as publish it in your blog<br />
Thanks </p>
<p>Regards<br />
Tester123Tester<br />
<a href="mailto:tester123tester@gmail.com">tester123tester@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar API Overview, Part I by Zhivko Mitrev</title>
		<link>http://blog.bianor.com/2008/07/google-calendar-api-overview-part1/#comment-290</link>
		<dc:creator>Zhivko Mitrev</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=62#comment-290</guid>
		<description>Hi Esteban, We already published the second part of this tutorial that fully covers the creation of events that you are interested in. You can read it in http://blog.bianor.com/2008/07/google-calendar-api-overview-part-ii/</description>
		<content:encoded><![CDATA[<p>Hi Esteban, We already published the second part of this tutorial that fully covers the creation of events that you are interested in. You can read it in <a href="http://blog.bianor.com/2008/07/google-calendar-api-overview-part-ii/" rel="nofollow">http://blog.bianor.com/2008/07/google-calendar-api-overview-part-ii/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium - test tool for web applications by lyubomir.todorov</title>
		<link>http://blog.bianor.com/2008/04/selenium-test-tool-for-web-applications/#comment-238</link>
		<dc:creator>lyubomir.todorov</dc:creator>
		<pubDate>Tue, 22 Jul 2008 07:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bianor.com/?p=52#comment-238</guid>
		<description>Please, check the links above, pointing to .net web application testing.
Please, address your issue in the openqa.org user's forum.
Regrds,
Lyubomir</description>
		<content:encoded><![CDATA[<p>Please, check the links above, pointing to .net web application testing.<br />
Please, address your issue in the openqa.org user&#8217;s forum.<br />
Regrds,<br />
Lyubomir</p>
]]></content:encoded>
	</item>
</channel>
</rss>
