How to write JSON query ? Explain with Example
Answer / aditya
JSON: JavaScript Object Notation.
JSON is a syntax for storing and exchanging data.
JSON is an easier-to-use alternative to XML
.
The following JSON example defines an employees object, with an array of 3 employee records:
{"employees":[
{"firstName":"Bebina", "lastName":"Behera"},
{"firstName":"Bubuna", "lastName":"Behera"},
{"firstName":"Kabula", "lastName":"Behera"}
]}
Is This Answer Correct ? | 0 Yes | 0 No |
what is traceability matrix?is it mapping b/w the user requirements and prepared test cases?but i want a detailed explanation?
one module contains 3 screens like entry , exit & trasaction. u can perform operations by using these screens and u save that changes but those screens are not displaying on the desktop then how u can assign the seviority?
How to test a Falsh player scrollings?
What is Test Coverage?
What is the difference in b/w waterfall & V'model?
What are all the things ur going to keep in mind while System testing?
What is white-box Integration Testing and its differences between Black box-Integration testing?
Web application is having a client and a client-server application aslo have a client. Then what is the technical difference between thease two clients? can any body expain?
What is Risk Analysis
As a Tester how we choose black or white box testing technique for a application?
what risks do u faced u r projest how do you solve
write four steps for writting scenario ?