
Hi here,
Running the test list on Remote VMs & its failing, the message 'SendInput: Failed. Win32Error:' is shown as result !
Is there any way to fix the issue ?

Hi,
Click() event do not work when test is runned on scheduler or when i minimize the remote desktop window(where the connection to the machine with test studio is).
If i'm leaving the window open and i run the test, everything works smooth.
I've enabled SimulateRealClick, still no changes.
The errors at log is next:
System.ComponentModel.Win32Exception (0x80004005): SendInput: Failed. Win32Error: 
   at ArtOfTest.WebAii.Win32.Win32NativeMethods.SendInputInternal(Input[] inputData)
   at ArtOfTest.WebAii.Win32.Mouse.Click(MouseClickType clickType, Int32 x, Int32 y, Int32 wheelDelta)
   at ArtOfTest.WebAii.Win32.Mouse.Click(MouseClickType clickType, Int32 x, Int32 y, Int32 wheelDelta)
   at ArtOfTest.WebAii.Win32.Mouse.Click(MouseClickType clickType, Point pointToClick)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.MouseClick()
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.ClickActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
PLEASE help.

I am using WPF application and facing issue when i run tests in the test list.
If I run the tests individually, the tests are running successfully and result is pass.
when I add them in the testlist and run, it is failing particularly on one step on exporting the audit report.
In our application, there is an option to export Audit report.
When i click export audit report, it opens Report viewer window, in that there will be a save dropdown button. Clicking on save button it give 2 options to select CSV or PDF. the teststudio tool is failing to open the save button dropdown.
I am using this code in the multiple tests. same piece of code is running successfully in one test but it is failing on other tests.
I have attached Screenshot and Test log.

Currently condition steps only allow choices of verifications or extractions. It would be nice to be able to use a data binding as a condition.

Hi guys,
Is it possible to export a list ofthe testcases you made for a particular project? 
Listing the sub folder, testcases and the test steps within them?
Per example:
Project New customer
     Login  (sub folder)
        Login w correct Uname and Pword     (testcase1)
             Navigate to www.xxxxxx.com                (test step)
             Enter bob as Username in TbxUname  (test step)
             Enter marley as Pword in TbxPword     (test step)
             Click submit button to login                   (test step)
        Login w incorrect Uname and Pword   (testcase2)
      
So I can export file and share with team in stead of them having to login to Test Studio and checking out the test cases and steps.
Thanks in advance
 

I am testing a WPF application that needs to open after services are started. I have written another application that starts the services and then the WPF application (application under test) and I used this launcher as my startup application. The problem is, that my tests fail because the WPF MainWindow window is yet available. Does this WPF MainWindow need to be a child of the startup application? Is there a way to make the test application wait for the MainWindow to launch?
The reason why I am doing it this way, is that I need to restart the services and application after each test, and not just the wpf test. Any suggestions?

HI,
I have data binded an excel spreadsheet with a field called 'URL'. It contains completely different URL's to the Base URL set for the project.
When I run a step 'Navigate to : " - DataDriven: [$(URL)]" it still takes me to the Base URL set for the project.
I don't want to remove the Base URL for the project as all tests rely on this.
How do I resolve this?
Cheers


Hi everyone,
I am newbie, and I am having trouble with syntax. I need help to figure out this step.
In my web application, I have two tables named ItemsTable1 and ItemsTable2. Each table has its own items listed under itself.
Some of these items have an image/icon in column #7 which means the particular item has "workplan" on it.
-If the item has "workplan"(icon in the column #7), I need to click anywhere in the row except the icon.
-My two table (ItemsTable1 and ItemsTable2) will stay on the left hand side and a new table will populate on the right hand side to show item's details.
-I will verify total amount is bigger than $0.00.
-If the item doesn't have icon in the column #7, then jump to next row.
-If tableTable1 doesn't have any item with workplan (icon in the column #7), then go to ItemsTable2 and check each row.
-If there is no item with workplan at all, fail the test with taking screenshot.
 
