Forum Discussion

ckim's avatar
ckim
Occasional Contributor
10 years ago
Solved

Script Produces Varying Results

Hey All, I have the following few lines of code in one of my test scripts: var instance = Sys.Process("java").SwingObject("BaseMonitorFrame", "Clarity #1", 0).SwingObject("Instance", "", 0);...
  • TanyaYatskovska's avatar
    10 years ago
    Hi Chris,

     


    It looks like you are trying to draw something over your tested application. In this case, it makes sense to use Low-Level Procedure - it records detailed low-level mouse and keyboard actions. Refer to the "Testing Applications in Low-Level Mode - Overview" article for details.