I am looping values from an Excel file by using ${txnExcel} to search and compare the value. But sometimes ${txnExcel} is doesn't exist in the system. In that c
So I have this simple program that sleeps for 4 second if the value returned by fork is '0' meaning that the child process is executing, I've tried using sleep
Our API sequence is A->B 1step: extract API A's discountPremuim and set it to session .check(jsonPath("$[0].discountPremium").optional.saveAs("discountPremiu
I am working on a function called unzipTriples. It takes a list of triples and it can take any type (polymorphic arguments). The function should return a tuple
I whipped up the below struct as a way to alert the user when there's a slow network connection. When a function is going to make a call to the server, it cre
Suppose I have the following schema:- collection name- Test { "uid": "5e0e6a804888946fa61a1976", "name": "abc", "bookName":"xyz", "rating": 5, "category":"aa",
I'm writing a very simple mock-up to demonstrate some HTML5 form-validation. However, I noticed the email validation doesn't check for a dot in the address, nor
I'm having some trouble fetching data from my API in both the async fetch() hook and async data(). I get the error: "Error: connect ECONNREFUSED". If I try to f
i have app which gets data from api. While taking datas from api it waits on loadingScreen. it works well in androidStudio but when i installed my phone i cant
Okay... I'm going nuts over here. I've started experimenting with SVG. Working with SVG and applying CSS classes to it works like a charm. I just cant figure ou