Automated testing - RobotFramework

Automated testing - RobotFramework framework brief introduction Is a general open source automation framework for acceptance testing, acceptance test driven development (ATDD) and robotic process automation (RPA). It has an easy-to-use table test data syntax and uses a keyword driven test method. Its test function can be extended through ...

Posted by man12_patil3 on Thu, 25 Nov 2021 23:40:51 -0800

Jmeter+Ant+Jenkins build a continuously integrated interface testing framework

1, Jmeter+ant 1. First, we have recorded the Jmeter script by default and passed the test. There is a (query module. jmx) script   2. Copy ant-JMeter-1.1.1.jar in the extras subdirectory of the JMeter directory to the lib subdirectory of the Ant directory, so that the Ant runtime can find the class "org.programmerplanet.ant.taskdefs ...

Posted by saeed99 on Wed, 08 Sep 2021 02:52:06 -0700