Starting With Selenium WebDriver
Sunday, July 27, 2014
Log4J JDBC Configuration For DataBase Log
›
Some time we need to use DataBase for automation where we can try to validate UI(FrontEnd) with DataBase(BackEnd). So there are lots of dat...
1 comment:
Saturday, July 12, 2014
Zip File Handling with Java And Selenium WebDriver
›
Some time we need to compress files for sending it.Here we learn how we can handle this programmatically. We can handle this in two ways ...
Sunday, June 22, 2014
Running Script on Selenium Grid
›
On previous post we learn how to configure Selenium grid and Node.Now we will try to learn how we can access Selenium Grid from our code. ...
4 comments:
Thursday, June 5, 2014
Configuration of Selenium Grid And Node
›
Still now our main aim or goal to execute test script on the same machine where our script developed.But if we need to run the same test sc...
Friday, May 16, 2014
File Downloading With AutoIt
›
Sometime we need to download file from AUT(Application Under Test) but there are several debates on it.We do not want to go for this but w...
5 comments:
Friday, April 11, 2014
Temp File Management Using WebDriver
›
Here we try to handle Temp file which is generated by the WebDriver. Q. Why we need to handle this temp file? Ans:- It is not neces...
Saturday, April 5, 2014
Firefox profile and DesiredCapabilities
›
Every testing scenario should be executed on some specific testing environment.WebDiver give us this opportunity using Firefox profile and...
1 comment:
Sunday, March 30, 2014
Reporting With ReportNG
›
ReportNG is a plug-In for TestNG, using this we can generate HTML based report for our test.Here we learn how to setup ReportNG and how to ...
3 comments:
Thursday, March 27, 2014
Some Error and Solution For TestNG-XSLT
›
On our previous post we learn how to configure and generate different type of repot using TestNG XSLT. Now here we discuss some configurat...
1 comment:
Different Reporting Style With TestNG-XSLT
›
Before this we learn how to configure TestNG from eclipcs(By default TestNG framework comes with NetBeans) and if we run our tests TestNG r...
1 comment:
Saturday, March 22, 2014
XML Configuration For TestNG
›
Previously we know basic configuration of TestNG classes and various annotation and attributes.Here we learn how to configure a xml file fo...
1 comment:
‹
›
Home
View web version