Toggle navigation
Free Testing Videos
Templates
Contact US
About
Dropdown
Action
Another action
Something else here
Separated link
One more separated link
Jmeter Tutorial 12 - Rest API Performance Testing- Part -1 - GET Method
Posted by
Testing World
at
8:39 AM
No comments :
No comments :
Post a Comment
Older Post
Home
Subscribe to:
Post Comments ( Atom )
New templates on your Email
Unordered List
Sample Text
Like us
Blog Archive
▼
2017
( 1 )
▼
March
( 1 )
Jmeter Tutorial 12 - Rest API Performance Testing-...
►
2014
( 93 )
►
August
( 93 )
Total Pageviews
Blog Archive
▼
2017
( 1 )
▼
March
( 1 )
Jmeter Tutorial 12 - Rest API Performance Testing-...
►
2014
( 93 )
►
August
( 93 )
Powered by
Blogger
.
Text Widget
Home
About Me
Testing World
View my complete profile
Testing World
View my complete profile
SQL for Testers
https://www.udemy.com/sql-for-testers/?couponCode=NS
Hot Topics
What are the benefits of using TestNG ?
a) TestNG allows us to execute of test cases based on group. b) In TestNG Annotations are easy to understand. c) Parallel execution of ...
Generate TestNg.xml Dynamically
Generate TestNg.xml Dynamically We can create a virtual testng.xml file yourself. In order to do this, you can use the classes f...
Advantage of Selenium Webdriver over Selenium RC
1. Webdriver interact with browser directly(use browser native automation support) so it provide faster execution than RC 1. Webd...
Bitmap checkpoint in Selenium
Compare Image Files Using Selenium Step 1: Import Java.io.* package We need to create File ty...
What is the difference b/w getWindowHandles() and getWindowHandle()
getWindowHandles()- is used to get the address of all the open browser and its return type is Iterator<String>. getWindowHandle()...
What is WebDriverBackedSelenium
WebDriverBackedSelenium is a kind of class name where we can create an object for it as below: Selenium wbdriver= new WebDriverBacked...
Run Selenium Server using Java code
Working with Selenium Server API. While working with selenium server first we need to setup ...
UI MAPPING IN SELENIUM IDE
It is same as object repository of QTP. Rather than giving element locator in target, we place it in Map file and use logical name. ...
Advantage of Selenium over QTP
1 Free (No license fees is required) 2 Support large number of browser(QTP support only 3) 3 Support large number of programming l...
How to double click on element using selenium 2.0?
WebElement el = driver.findElement(By.id("ElementID")); Actions builder = new Actions(driver); builder.doubleClick(el).bu...
No comments :
Post a Comment