Awesome stuff!
I like carrots!
{"ScriptPreparationCode":"$(\u0027 div#my-id div.grand div.parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-1\r\n$(\u0027 #my-id .grand .parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-2\r\n$(\u0027 #my-id .grand .parent .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-3\r\n$(\u0027 div#my-id div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-4\r\n$(\u0027 #my-id div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-5\r\n$(\u0027 #my-id .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-6\r\n$(\u0027 div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-7\r\n$(\u0027 .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-8","TestCases":[{"Name":"case-1","Code":"$(\u0027 div#my-id div.grand div.parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-2","Code":"$(\u0027 #my-id .grand .parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-3","Code":"$(\u0027 #my-id .grand .parent .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-4","Code":"$(\u0027 div#my-id div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-5","Code":"$(\u0027 #my-id div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-6","Code":"$(\u0027 #my-id .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-7","Code":"$(\u0027 div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-8","Code":"$(\u0027 .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false}]}