All Things You Should Know About Selenium, REST API, SOAP UI(Groovy), DevOps, UFT/QTP
Saturday, 17 August 2024
Supply Chain Management to Warehouse Management System MuleSoft Integration Product CI/CD
Supply Chain Management to Warehouse Management System MuleSoft Integration Product System Test
Supply Chain Management to Warehouse Management System MuleSoft Integration Product Integration Test
Demo Series Playlist
Supply Chain Management to Warehouse Management System MuleSoft Integration Product System Test
Demo Series Playlist
In this video, the System Test of developed Integrated Product will be developed and executed. Details:
- E2E Tests
- Business Test Cases
- Edge Test Cases
- Positive Scenarios
- Negative Scenarios
Supply Chain Management to Warehouse Management System MuleSoft Integration Product Development
Demo Series Playlist
Supply Chain Management to Warehouse Management System Integration Product Development & Unit Tests
Demo Series Playlist
Supply Chain Management to Warehouse Management System MuleSoft Integration Product Architecture
Demo Series Playlist
In this demo series, the API Lifecycle
Management recommended by MuleSoft would be used for developing and
implementing the Integration Product.
The below mentioned API Lifecycle Phase
would be covered
v
Design
v
Implementation
v
Management
Details:
Ø
In the Design Phase, API Specification
would be developed.
Ø
In the Implementation Phase
o
The Integration Solution or Mule
Application would be developed.
o
Besides the Unit test case would be
developed.
o
Note: As part of Unit test coverage, 100%
coverage would be achieved.
o
Integration and System Test cases would
be developed and executed, such as the below mentioned cases.
§
Business Scenarios and Test cases
§
Edge Scenarios and Test Cases
§
End to End Scenarios and Test Cases
§
Positive and Negative Test Cases
Ø
In the Management Phase, the Deployment
such as CI (Continuous Integration) CD (Continuous Deployment), Monitoring,
Alerting would be implemented and demoed.
In
the Testing Phase, how tests can identify potential bugs, which impacts the
business functioning would be explained, such as what are the potential risks,
and effect it can cause to business such as overheads costs, When E2E or
Business test cases are created and tested. Here how each phase plays a vital
role would be highlighted.
Monday, 5 September 2022
CSharp & RestSharp Integration with Python
- User Interface and Web Services Integration with other Programing Languages
- Useful insights about Pre-Stock Market buying and selling reports are generated
- When buying or selling stocks best prices decisions are aided
Tuesday, 30 August 2022
[🐛 Bug report: ] “RestSharp” package is failing or not able to install with “.Net 6”
Issue: The stable versions or pre-releases installations are failing with “.Net 6” version
Screenshots:
Project Detailss:
Pre-Release failing
Stable Version failing
Archived Stable Version Failing
Friday, 12 August 2022
Analysis of Architectural difference between Cypress and Selenium
In this demo, I will summarize my analysis of Architectural difference between Cypress and Selenium.
Kindly provide your feedback as comments whether the “Real User Actions or Behaviors” should be part of functional, API and regression test automation or tweaking of HTML or DOM should be, too be a part.
Sunday, 17 July 2022
[🐛 Bug]: WebDriverManager with the "MatchingBrowser" command displays error in Selenium C#
When the WebDriverManager is instantiated with the "MatchingBrowser" command, the browser is not launched and error is displayed
Screenshot:
[🐛 Bug]: ".Net5.0" and latest "Configuration Manager" genreates security issues (Selenium C#)
With the below mentioned versions, the error "System.Security.Permissions" is displayed.
Due to which the build generation is failing.
Details:
.Net Framework :: net5.0
ConfigurationManager :: 7.0.0-preview.6.22324.4
Screenshot:
Tuesday, 12 July 2022
[🐛 Bug]: Selenium4, CSharp & WebDriverManager is not downloading the latest version of EdgeDriver and throwing error
When the Edge browser is upgraded from “102.0.1245.44” to “103.0.1264.49 ”, the latest EdgeDriver such as “103.0.1264.49 ” is not downloaded by the WebDriverManager and test scripts are failing.
Screenshots:
Error Details:
Tuesday, 28 June 2022
[🐛 Bug]: Selenium4, CSharp & WebDriverManager downloads inappropriate versions of drivers and test executions are failing