Guest User

Untitled

a guest
Nov 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {
  2. "ReceiptSearch":[
  3. {
  4. "Sno":"1",
  5. "TestScriptName":"Test1_Script",
  6. "BodyParams":
  7. {
  8. "Body":[
  9. {
  10. "TestcaseName":"Test1",
  11. "Param1":"P1",
  12. "Value1":"V1",
  13. "Param2":"P2",
  14. "Value2":"V2"
  15. }]
  16. },
  17. "HeaderParams":
  18. {
  19. "Header":[
  20. {
  21. "HeaderParam1":"HeaderValue"
  22. }
  23. ]
  24. },
  25. "OnlyParameters":
  26. {
  27. "Parameters":[
  28. {
  29. "Parameters1":"ParamValue"
  30. }
  31. ]
  32. }
  33. },
  34. {
  35. "Sno":"2",
  36. "TestScriptName":"Test2_Script",
  37. "BodyParams":
  38. {
  39. "Body":[
  40. {
  41. "TestcaseName":"Test2",
  42. "Param1":"P1",
  43. "Value1":"V1"
  44. }]
  45. },
  46. "OnlyParameters":
  47. {
  48. "Parameters":[
  49. {
  50. "Parameters1":"ParamValue"
  51. }
  52. ]
  53. }
  54. },
  55. {
  56. "Sno":"3",
  57. "TestScriptName":"Test3_Script",
  58. "BodyParams":
  59. {
  60. "Body":[
  61. {
  62. "TestcaseName":"Test3"
  63. }]
  64. }
  65. }
  66. ]
  67. }
  68.  
  69. ("TestcaseName","Test1");
  70. ("Param1","P1");
  71. ("Value1","V1");
Add Comment
Please, Sign In to add comment