Handling Dynamic Rows in Tables in CypressWhen we write UI automation scripts, we are likely to encounter scenarios where user actions need to target specific rows in dynamically…Jan 8Jan 8
How to deploy a FHIR service in ChoreoIn previous blog articles we discussed about how we can setup and run a Ballerina FHIR service in the local setup.Dec 11, 2024Dec 11, 2024
Schedule Appointments — An EMR Use caseIn the previous posts, we discussed EMR use cases for Epic and Cerner, and connecting to them using WSO2 Epic Connector and Ballerina FHIR…Dec 8, 2024Dec 8, 2024
Published inBallerina Swan Lake Tech BlogBridging the Gap: Connecting to EHR Systems with Ballerina FHIR Client and Ballerina FHIR ServiceUsing Ballerina FHIR Client together with Ballerina FHIR Service.Oct 16, 2024Oct 16, 2024
Simplifying Epic EMR Integration with WSO2 Epic Connector: Some Use Cases through Tester’s eye and…Epic, as one of the most widely used Electronic Medical Record (EMR) systems, plays a critical role in managing and storing complex…Sep 6, 2024Sep 6, 2024
Creating a Postman Test Framework blending with Ballerina (Part 1)Managing a large number of test cases can be challenging, especially when you have over 200 test suites and more than 2,000 test cases…Jun 28, 2024Jun 28, 2024
Ballerina’s Approach to JSON Handling: Simplifying Payload OperationsAssume we need to access members of the above map<json> in Ballerina. Let’s see how we can achieve that by implementing the below usecase.Nov 10, 2023Nov 10, 2023
Ballerina Health Tool: Your key to effortless FHIR Package generation.Bal Health tool: A game-changer designed to turn any FHIR implementation guide into a deployable FHIR package with minimal fuss.Aug 26, 2023Aug 26, 2023
Ballerina takes the Stage: A Deep Dive into the hl7v2 to FHIR Transformation LibraryIntroductionAug 25, 2023Aug 25, 2023
Unlocking the Potential: Leveraging Ballerina for Healthcare Application DevelopmentThe integration language to build seamless healthcare applications is Ballerina.Jun 25, 2023Jun 25, 2023
OAuth 2.0 and OpenID Connect StoryIn the very early days, hope you remember we did this type of authentication. We have login forms as above, and we store the credentials in…Mar 29, 2023Mar 29, 2023
How to call a soap service in CypressThis is about calling WSO2 Admin Services through Postman and later using that in Cypress test scenarios.Dec 8, 20212Dec 8, 20212
How to write custom CSS selectors?When we do UI test automation, it is highly important to know writing custom CSS Selectors. I’d like to explain a few highly used ones.Oct 20, 2021Oct 20, 2021
Java Collections FrameworkCollection: It is an object that represents a group of objects.Jan 10, 2021Jan 10, 2021
Learn Maven, TestNG, and SeleniumThis post guides how to create a maven project from the scratch and integrate it with TestNG. If you are a beginner at test automation…Nov 21, 20202Nov 21, 20202
Distributed Prime Number Detection System using Consensus for PaxosPaxos algorithm is used to achieve consensus among a distributed set of computers that communicate via an asynchronous network.Jul 2, 2020Jul 2, 2020
Electing master node in a cluster using Bully AlgorithmThis blog post explains the end to end implementation of the Bully Algorithm which is a leader election algorithm in Distributed Systems.Jun 30, 2020Jun 30, 2020
How to filter requests that are coming to a Rest Endpoint in PythonAssume that your actual Rest API gets a number of identical hits, but actually that Rest Endpoint expects only one hit in order to proceed…Jun 1, 2020Jun 1, 2020
Playing with Query Params using WSO2 Property Mediator.We can invoke APIs using a request payload or sending them in the URL as query parameters.May 3, 2020May 3, 2020