Sikuli jython: Automate anything you see

Sikuli is a visual technology to automate and test graphical user interfaces (GUI) using images (screenshots). Sikuli includes Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. Sikuli Script automates anything you see on the screen without internal API’s support. You can programmatically control a web page, a Windows/Linux/Mac OS X desktop application, or even an iphone or android application running in a simulator or via VNC. Reference: http://sikuli.org/

Read more

Application Snapshot Repackaging using Wise Package Studio

Launch the Wise Package Studio, Double-click the SetupCapture icon under Tools pane. On the SetupCapture Type dialog, choose SetupCapture as the type of capture to perform. Specify a location to save the installation after the capture is done. Example: Specify C:LocalMAINmypackage.msi in the Target Installation. Provide SQL Server login (WPS DB server) to connect to the Software Manager Database. Point the configuration fle option to Use Configuration file located in directory below and enter the path as to your pre-configured ini file with appropriate settings (say C:LocalConfigRepackage.ini). Select the capture methodology as Sanpshot. Execute the installation. Now WPS runs a […]

Read more

PS: Services

Command to display services whose name matching given string PS C:> Get-Service | Where-Object {$_.DisplayName -match “citrix” } | ft Name, DisplayName Name                                                        DisplayName —-                                                        ———– CdfSvc                                                      Citrix Diagnostic Facility COM Server CdmService                                                  Citrix Client Network Citrix 64-bit Virtual Memory Optimization                   Citrix 64-bit Virtual Memory Optimization Citrix Encryption Service                                   Citrix Encryption Service Citrix EUEM                                                 Citrix End User Experiencing Monitoring Citrix Virtual Memory Optimization                          Citrix Virtual Memory Optimization CitrixHealthMon                                             Citrix Health Monitoring and Recovery CitrixWMIService                                            Citrix WMI Service CitrixXTEServer                                             Citrix XTE Server cpsvc                                                       Citrix Print Manager Service CTXCPUBal                                                   Citrix CPU Utilization Mgmt/CPU Rebalancer ctxcpuSched                                                 Citrix CPU Utilization Mgmt/Resource Mgmt IMAAdvanceSrv                                               Citrix […]

Read more