Skip to content

patown/testlinkrestapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

testlinkrestapi

TestLink REST API Using com.testlinkrestapi.TLRestClient to handle TestLink operations via rest api.

Below is an example

@Test
public void TestgetTestProjectByID(){    	
	Integer id =1;
	TestProjectBean bean=tlclient.getTestProjectByID(id);
	Assert.assertFalse("error while retriving a project",bean.getId()==id.toString());
	}

Please checkout the issues regrarding TestLink restapi from "issues" before you decide to merge this project with your framework.

About

TestLink REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages