PySys is a Python based framework for the organisation and execution of system level automated and manual testcases.
Questions tagged [pysys]
6 questions
3
votes
2 answers
Pysys - How to run only the validate portion of a test
I am looking at a way to add a new "mode" in the Pysys Baserunner.
In particular I would like to add a validate mode, that just re-run the validation portion. Useful when you are writing your testcase and trying to tune the validation condition so…

vito imburgia
- 90
- 5
2
votes
1 answer
Apama 10.3: Add pysys nature to projects
I am working with Apama 10.3, in Software AG Designer. I have a project that I'd like to add the Pysys nature to my project, but the usual attempts (right-click on project name, project > properties, etc.) don't help. I couldn't find anything in…

HenryLockwood
- 215
- 1
- 8
2
votes
2 answers
How can I use PySys to test an Apama correlator
I know that I can use PySys to test my application, I've written a run.py file with my execute and verify but when I run it nothing seems to happen. I tried adding an init function and printing from there just to see if my test class was being…

Antony Marsden
- 136
- 7
2
votes
1 answer
Pysys with Apama - How to validate only on certain parameters when comparing events with reference?
A number of samples exists together with the Apama installation, however I haven't been able to identify if you can compare only certain parameters from an event, and not the entire Event.
For instance if capturing the…

StefanE
- 817
- 6
- 20
1
vote
3 answers
Aunit test returning blocked for given Sample Apama Projects
I am trying to use AUnit for Unit testing in apama. So I checked and read tha Aunit package uses Apama Pysys in the backend to test Apama application.
While I was successful in building the Aunit package , I am getting an error in testing the…

Balpreet Singh
- 11
- 3
1
vote
1 answer
Apama Pysys engine receive improve process start up
We are using pysys to test apama and want to improve performance. One thing which holds us back is that we issue 7 engine_receive to monitor 7 different channels into 7 different file.
The problem is that starting up this 7 receive takes ~10…

David Cifer
- 11
- 1