Story 3.1.7. RJ. Monster.de XML feed (DE)

Content

General info

To expand the reach of job listings, the system should support the export of jobs to the Monster.de platform via an XML feed for de.rocken.jobs. This feed will include all necessary details from de.rocken.jobs, ensuring it is formatted correctly to meet Monster’s API requirements and can be successfully uploaded to their platform.

User story

As a recruiter or system administrator,
I want to export jobs from de.rocken.jobs to the Monster.de platform via an XML feed,
so that the job listings are published on Monster.de and can be accessed by potential candidates.


RT-5643

Получение подробных данных проблемы…
СТАТУС

 

#

Acceptance Criteria

 

01

Scenario: Generate XML feed for Monster.de
Given CRM system,
Then the system should generate a properly formatted XML feed with all the necessary details about the job listings.

 

02

Scenario: Include all required fields in the XML feed
Given I am exporting job listings to Monster.de,
When the feed is generated,
Then the XML feed should include required fields such as job title, description, location, salary, qualifications, company details, and application instructions, formatted according to Monster.de’s specifications.

 

03

Scenario: Export active jobs only from de.rocken.jobs
Given I am exporting job listings to Monster.de,
When I generate the XML feed from de.rocken.jobs,
Then only active jobs that are currently available for applicants should be included in the feed, excluding inactive or expired jobs.

 

04

Scenario: Validate XML feed format against Monster.de schema
Given I have generated the XML feed,
When I validate the feed,
Then the XML should conform to the Monster.de XML schema and pass validation checks for proper structure and formatting.

 

Comments

Leave a Reply