[Tech Tuesday] Fintech Applications for Individuals and Businesses
Tech Tuesdays: Fintech Applications for Individuals and Businesses
Fintech, a clipped compound of "financial technology", refers to firms using new technology to compete with traditional financial methods in the delivery of financial services.
Unix Training
Unix Training
The course typically covers topics such as Unix command-line navigation, file management, user administration, shell scripting, and basic system administration tasks.
AI in Software Testing
Tech Tuesdays: AI in Software Testing
Session Agenda:
- Evolution of Testing
- Terminologies related to AI
- Types of widely used ML algorithms
- Types of AI in Software Testing
- Test Case Generation using AI
- Test Automation using AI
- Test Execution using AI
- Test Data Management using AI
- Defect Detection using AI
- How AI benefits testers?
- AI tools for software testing
- Best Practices
- Conclusion
[Tech Tuesday] Introduction to User Experience
Tech Tuesdays: Introduction to User Experience
This session will give you an understanding of what it takes to design great user experiences for a variety of digital products, from websites and apps to games and more. Learn how to create wireframes, information architecture and about the various user research methods that help in the creation of UX personas. Learn about the basics of Usability Testing.
Tech Tuesdays: Cypress
Tech Tuesdays: Cypress
Cypress is a purely JavaScript-based front-end testing tool built for the modern web. It aims to address the pain points developers or QA engineers face while testing an application. Cypress is a more developer-friendly tool that uses a unique DOM manipulation technique and operates directly in the browser.
Machine Learning
Tech Tuesdays: Machine Learning
Machine learning is a branch of artificial intelligence (AI) and computer science that focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy.
Tech Tuesdays: API Testing
Tech Tuesdays: API Testing
API testing is a type of software testing that analyzes an application program interface (API) to verify that it fulfills its expected functionality, security, performance and reliability. The tests are performed either directly on the API or as part of integration testing.
Accessibility Testing
Tech Tuesdays: Accessibility Testing
Accessibility testing is the practice of making your web and mobile apps usable to as many people as possible. It makes apps accessible to those with disabilities, such as vision impairment, hearing disabilities, and other physical or cognitive conditions.
[Tech Tuesdays] Cucumber
Tech Tuesdays: Cucumber
Cucumber is a software tool that supports behavior-driven development. Central to the Cucumber BDD approach is its ordinary language parser called Gherkin. It allows expected software behaviors to be specified in a logical language that customers can understand.
[Tech Tuesdays] XPath
Tech Tuesdays: XPath
XPath is an expression language designed to support the query or transformation of XML documents. It was defined by the World Wide Web Consortium and can be used to compute values from the content of an XML document.
Introduction to Agile
Tool Smith: Agile
Agile is an iterative approach to project management and software development that helps teams deliver value to their customers faster and with fewer headaches. Instead of betting everything on a "big bang" launch, an agile team delivers work in small, but consumable, increments.Tool Smith: Robot Framework
Tool Smith: Robot Framework
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development. It is a keyword-driven testing framework that uses tabular test data syntax.
Tool Smith: Python Programming
Tool Smith: Python Programming
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented, and functional programming.