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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

R.E.S.T.

A

Representational State Transfer- an architectural style for distributed hypermedia systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Guiding principle of rest

A
  1. Client Server
  2. Stateless
  3. Cacheable
  4. Uniform Interface
  5. Layered Systems
  6. Code on Demand (optional)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly