Fiserv Auckland - Intermediate Software Test Engineer: Difference between revisions

Jump to navigation Jump to search
m
Line 22: Line 22:


=== Custom Development and Integration ===
=== Custom Development and Integration ===
The PTF was implemented using [https://www.npmjs.com/package/newman Newman] in a Node.js project, with a custom reporter developed to process events emitted by Newman during execution. This allowed for real-time capture of results and detailed logs, providing clear insights into failures and partial successes. Results were sent to the PTF dashboard, as well as to a dedicated Splunk instance for comprehensive monitoring and analysis. The PTF dashboard and Splunk implementations are detailed in the sections below.  
The PTF was implemented using [https://www.npmjs.com/package/newman '''Newman'''] in a [https://nodejs.org/en '''Node.js'''] project, with a custom reporter developed to process events emitted by Newman during execution. This allowed for '''real-time capture of results''' and detailed logs, providing clear insights into failures and partial successes. Results were sent to the '''PTF dashboard''', as well as to a dedicated '''Splunk''' instance for comprehensive monitoring and analysis. The PTF dashboard and Splunk implementations are detailed in the sections below.  


The PTF was executed on the TFS build agent inside a shell terminal, and TFS was configured to use shell environment variables to provide the PTF with FI settings and user credentials. The PTF was designed to be able to run several users in parallel, and the TFS was configured to run scenarios for all the users simultaneously (on several build agents) once per hour.
The PTF was executed inside a shell terminal on '''TFS build agents''', and used shell environment variables to provide the PTF with FI settings and user credentials. The PTF was designed to be able to '''execute in parallel''', and TFS was configured to run '''all users concurrently once per hour'''.


=== Development of PTF Dashboard ===
=== Development of PTF Dashboard ===

Navigation menu