Because a GIF is worth a thousand words.
Currently the search functionality of Katalon Studio only supports for name, id, tag, comment, description. This Katalon plug-in that allows you to search for Test Objects according to attributes within the .rs
file in folder Object Repository.
This plug-in uses Lucene for index and search. Please visit Github repo for more information.
repository
(e.g input_username repository
)tag=input and name=repository
servicetype = restful
api.imgur.com
(e.g https://api.imgur.com/v2/update
)resturl=api.imgur.com
`
defaultVariable
name=defaultVariable
Note that currently, only 'and' operator is supported.
.rs
file:<?xml version="1.0" encoding="UTF-8"?>
<WebServiceRequestEntity>
<description></description>
<name>New Request</name>
<tag></tag>
<elementGuidId>afc82ac6-d80e-42bc-9cce-411349012564</elementGuidId>
<selectorMethod>BASIC</selectorMethod>
<useRalativeImagePath>false</useRalativeImagePath>
<followRedirects>false</followRedirects>
<httpBody></httpBody>
<httpBodyContent></httpBodyContent>
<httpBodyType></httpBodyType>
<migratedVersion>5.4.1</migratedVersion>
<restRequestMethod>GET</restRequestMethod>
<restUrl></restUrl>
<serviceType>RESTful</serviceType>
<soapBody></soapBody>
<soapHeader></soapHeader>
<soapRequestMethod></soapRequestMethod>
<soapServiceFunction></soapServiceFunction>
<wsdlAddress></wsdlAddress>
</WebServiceRequestEntity>
The above Test Object would match the query:
name=new request
or
restrequestmethod=get and selectormethod=basic
Note: You can search for a variable by name=<variableName>
Visit Katalon Forum for Plugin related discussions.