thomas_brossama_1
11 years agoContributor
How to test the Checkpoint Endpoint Security agent?
Hi,
I would like to test the agent Endpoint Security from Checkpoint (version E80.50) and the feature "Scan".
Could you please indicate me the way to follow when it comes to test such "application/service/agent"?
I would like to build a keyword driven test which
First, How do you open an agent with a test which opens from the Icon Tray? I could not find a solution. Opening the process cptray.exe does not work.
Secondly, what I am unsure today is how long could take a scan and how TC can understand this.
What are the means given by TC to ensure that the scan is running, has finished and has been succesfull?
Are Events the key of this?
Thank you for your help in advance
Best regards
I would like to test the agent Endpoint Security from Checkpoint (version E80.50) and the feature "Scan".
Could you please indicate me the way to follow when it comes to test such "application/service/agent"?
I would like to build a keyword driven test which
Open the tray automatically and check that all blades are compliant/ON
Run a scan of the system
First, How do you open an agent with a test which opens from the Icon Tray? I could not find a solution. Opening the process cptray.exe does not work.
Secondly, what I am unsure today is how long could take a scan and how TC can understand this.
What are the means given by TC to ensure that the scan is running, has finished and has been succesfull?
Are Events the key of this?
Thank you for your help in advance
Best regards
- Hi Thomas,
To click the item in the tray you may use approach from here: http://support.smartbear.com/viewarticle/8787.
As for how long to wait for the scan to complete - you should look for some criterion (e.g. how do you determine that the scan is complete if you start it manually? Or you may ask developers whether they expose some flag/method that can help you) and than delay the test until either the criterion is met or some reasonable time interval is elapsed.