Buddha Tree

A blog on Selenium WebDriver, Java, VB Script, Software Testing, SOAPUI, Groovy, SOA Testing, Mobile Testing, Appium etc.

Pages

▼
Friday, 6 September 2013

What is keyword view and Expert view in QTP

›
The Keyword View enables you to create and view the steps of your test in a keyword-driven, modular, table format. The Keyword View is compr...
Tuesday, 3 September 2013

Java: How to convert integer to string

›
Integer to String: int i=100; String x= String.valueOf(i);

Java :How will you convert string to integer

›
String to integer: String x="100"; int i= Integer.parseInt(x);
Sunday, 25 August 2013

HP QTP versus Selenium : Bird eye comparison

›
This article demonstrates bird eye comparison between HP QuickTest Professional and Selenium. These are popular test automation tool, specia...

QTP Best Practices

›
HP Quick Test Professional is a test automation tool, also known as QTP. It is used to automate functional, regression & smoke test case...
‹
›
Home
View web version
Powered by Blogger.