A nubie question
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A nubie question
Hello,
I'm a nubie into the TestComplete. I have an automation testing infrastructure to raise. The ecosystem includes: electronic equipment, which is DUT, external testing equipment and PC SW. The whole testing framework will be managed by NI TestStend automation suite. The problem is automating PC SW, which MFC-based GUI application. This GUI is a main tool for configuring the DUT and analyzing its outputs. My goal is to create GUI automation sequences, that can be activated both as a standalone tests and more important, as a part of the TestStend environment. TestStend can run dlls, LabView VI's, command line batch files.
Is TestComplete is good for this purpose? If yes, what are possible ways of running it from TestStand?
Thanks,
Michael
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not familiar with TestStend but, based upon what you described, yes TestComplete SHOULD work for what you want. You might want to make sure you have licenses for TestExecute as well as that will be your tool that you will run within TestStend. There are commandline parameters for both TestComplete and TestExecute that will launch any test suite automatically.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Michael,
In addition to Robert's reply:
-- TestComplete supports C\C++ applications and (some of) MFC controls (http://support.smartbear.com/testcomplete/docs/general-info/supported-technologies/controls/microsof...), so you should be able to drive your application with TestComplete;
-- Besides command line option, TestComplete is also a COM server (http://support.smartbear.com/testcomplete/docs/working-with/automating/index.html), so it is possible to create a dll with some exported function and call this function from TestStend. And the code in this function will start TestComplete, run required tests, publish logs and shutdown TestComplete.
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have done it just the opposite by integrating NI DAQMx drivers into TestComplete and coding the interface config and I/O read writes along with testing the Configuration Software....
As someone previously commented, it should be capable of executing/scheduling via TestStand. And, I concur, the end result should be to execute your UI test via TestExecute. (Not tie up your IDE)
I also code test applications via LabVIEW and may be able to help. Let me know...
