Test your websites with this simple GUI based scripted webtester. Generate simple testscripts directly from surfng on the webpage, enhance them with your commands, with variables, loops, checks, … and finally run automated web tests.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

102 lines
2.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ScriptFile</class>
<widget class="QDockWidget" name="ScriptFile">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>628</width>
<height>378</height>
</rect>
</property>
<property name="windowTitle">
<string>DockW&amp;idget</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="CodeEditor" name="_editor"/>
</item>
<item>
<widget class="QWidget" name="_searchBar" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="_from"/>
</item>
<item>
<widget class="QPushButton" name="_next">
<property name="text">
<string>next</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="_previous">
<property name="text">
<string>previous</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="_all">
<property name="text">
<string>all</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="_replaceBar" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="_to"/>
</item>
<item>
<widget class="QPushButton" name="_replace">
<property name="text">
<string>replace</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="_regex">
<property name="text">
<string>RegularExpression</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="_pageBar" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QSpinBox" name="_page"/>
</item>
<item>
<widget class="QPushButton" name="_goPage">
<property name="text">
<string>page</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>CodeEditor</class>
<extends>QPlainTextEdit</extends>
<header>editor.hxx</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>