For continuous monitoring of APIs, scripts can be scheduled using the _________ in Unix-based systems.
- batch
- cron
- scheduler
- timer
In Unix-based systems, cron is a time-based job scheduler that allows users to schedule jobs or scripts at fixed time intervals. This is commonly used for continuous monitoring of APIs where scripts can be scheduled to run periodically, automating the monitoring process.
Loading...
Related Quiz
- In a Modular Testing Framework, what is the main purpose of creating independent test modules?
- What advanced technique in TestComplete allows for the testing of complex user interactions?
- What is an important consideration when testing RESTful APIs in complex systems?
- How can AI be utilized to enhance the accuracy of automated test result analysis?
- Given a scenario where deployment frequency is high, how should test automation be structured in the DevOps pipeline for maximum efficiency?