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 makes a good QA or Test manager?
If a company doesnt use a bug tracking tool then hw the tester reports the bug to the developer? plzz do answer its urgent.thanks in advance
What are the recommended sites or books for software testing?
write test cases on "Login Window" ?
when we will give testdata while writing testcases r during executing testcases for both positive and negative cases we give testdata
levels of testing
What is memory leak and how you will find memory leak ? Which tools can be used to find out memory leak ?
what is the function generator?
entry criteria and exit criteria for unit testing, integration testing, system testing and uat
what are all requirements need for create gmail login page
what is system integration testing or UAT testing ?
Explain the defect life cycle.