Main window of our application is MFC window, but all its its internal windows are WPF windows with WPF controls.
In order to start record, I need to fill out WPF Application Path of the being tested application. When I do this and press OK, I get message:
It is not a valid Wpf Application!
Can I do some workaround in order to get access to my WPF windows and start testing?
Thank you
David
I have currently have a GridView that contains a list of queries. I need to be able to search through the GridView, and run a specific query based on the text data in a specific column. There are currently enough rows of data in the grid that there is a scrollbar.
Any way to do this without having to set a filter on the grid column I want and select the first row?
Hello,
I am running my Automation scripts through Jenkins for CI. When the environment finishes building, then my tests get ran. The first test after a fresh build always throws this requested resource is in use for IE. I have attached the result from Jenkins. Is there a setting i'm missing that will fix this from not happening? Is there a command that I need to put in my navigate test?
I have a bunch of tests that are more or less used to open my application, browse through it, run a specific database query, and then using some custom-code files with a self-made object, I test the query against another file which will return true or false (depending on whether or not the files are identical in the data that they hold).
In my tests, I use an assert to call the function and fail my coded step depending on if the values are different.
Now my real problem is, I have a "master test" which I use to "Test As Step" all my tests so they run one after the next...instead of me having to go through and run each test manually, I can walk away and not worry about them not getting done.
When I run my tests individually, my coded step can pass (the Assert is not thrown).
When I run my master, my coded steps (and therefore those tests) can pass, AS LONG AS any of the previous "Test As Step"'s haven't failed on the coded step. If a single "Test As Step" fails, every subsequent "Test As Step" fails on their individual coded steps.
Each test has it's own objects instantiated with the new keyword which are compared...so I can't see it being data in the objects still in a new test...? Not really sure what else the problem could be though. Any push in the right direction would be greatly appreciated...
Hi team,
We are evaluating Telerik test studio as a Test Automation tool for Automation testing for one of the products for our customers . The customer product is a Windows Application build in C# and WPF and uses DevExpress (3rd Party) for UI Controls.
Currently we are carrying out Proof of Concept (POC) to automate few business scenarios in the product. We are able to automate some of the scenarios and it runs successfully in quick execution without any error.
But during test list scheduling,some test cases fails with "Null reference exception".
I have a list with 40 test cases. But I see that isn't stable, b/c sometimes it run correctly and sometimes the test fail(approx.38/40). Not sure why is the inconsistency on it.And today if one fails,next run some other test case will fails.
So, not sure why they are failing in the list but individually it passes consistently.
Please any one help me on this.
Hi All,
I'm trying to find a way to dynamically exit a loop before its completed its number of iterations if a certain even occurs. so logically it need to look something like this ..
Loop 20 times
Refresh page
wait 1sec
If (Text = bob)
exit loop
else
Loop count ++
end loop
The reason im needing to do this is that we have a cloud service that can 'acceptably' take upto 10mins to process new information if it takes longer than 10mins i want the test to fail, but i don't want the test to wait 10 mins if the data comes back quicker. the data is not pushed to the page but has to be pulled by a page refresh. from the research we've done here we cant find a way to force exit the loop, has anyone done this before?
Thanks,
Dan
Hello
My problem is a weird one.
I cannot record any test steps with Chrome or Firefox on my website. Telerik Test Studio was perfectly capably to record tests of any kind back in December 2015. Now acts in this way:
I don't know what is the cause of this, as this was working befor and is still working with IE.