Lesson 20 Flashcards
1
Q
API Testing
A
A software testing type that validates application Programing Interfaces. The purpose is to check the functionality, reliability, performance and security of the programming interfaces. These test mainly concentrate on the business logical layer of the software architecture.
2
Q
R.E.S.T.
A
Representational State Transfer- an architectural style for distributed hypermedia systems
3
Q
Guiding principle of rest
A
- Client Server
- Stateless
- Cacheable
- Uniform Interface
- Layered Systems
- Code on Demand (optional)