Category: Automation

  • DSL and Your Application

    Introduction Let us start by defining “Domain Specific Language (DSL)”. A Domain-Specific Language (DSL) is a specialized programming language tailored to a specific problem domain, designed to express solutions in a more intuitive and concise way than general-purpose languages. There are common examples of Domain-Specific Languages (DSLs): DLS is fundamental to intent driven development, it…

  • UI Automation

    Introduction UI automation refers to testing of the user interface using automated systems instead of manual user testing. This is achieved through automation instructions that interacts with the user interface and ensuring that the response from the client is what was expected. The current mindset around automation is giving instructions on what to do.Click on…