solitontech / SLL-Drona

An open-source LabVIEW UI Testing Framework to automate manual UI testing.
MIT License
12 stars 10 forks source link

feat: Added API for keyboard simulation using String Input #79

Closed kavin1730 closed 1 year ago

kavin1730 commented 1 year ago

Created 'String Input API' for Keyboard simulation and added it in Stimulus[Poly] under the Keyboard section.

image

image

Characters that can be accessible from string input API

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9 ` ~ ! @ # $ % ^ & * ( ) - _ = + [ { ] } \ | ; : ' " , < . > / ? Spacebar

Drona Test Results: image

kavin1730 commented 1 year ago

The key array was obtained without using a variant lookup.

Test Report for updated changes:

image