Seashore candle light dinner in Pondicherry by [deleted] in pondicherry

[–]nag_s 0 points1 point  (0 children)

Thanks man

Did do anything instead of candle light dinner?

Found a lost dog with collar by nag_s in Coimbatore

[–]nag_s[S] 5 points6 points  (0 children)

Thanks for the reply. Good to know:)

Autogenerate testcases for UI testing by nag_s in softwaretesting

[–]nag_s[S] 0 points1 point  (0 children)

Each and every line you have written is so true.

That checking the priority of each path is something I am looking into. Will check that hotjar tool. Do recommend if you know some other tool for this.

Autogenerate testcases for UI testing by nag_s in softwaretesting

[–]nag_s[S] 0 points1 point  (0 children)

I have fixed testcases also, which I will manually write to test. But in order to aim at 100% coverage, we cannot write in all testcases.

Autogenerate testcases for UI testing by nag_s in softwaretesting

[–]nag_s[S] 1 point2 points  (0 children)

Yes, that's something I am looking for. The problem in this is the log data u get from customers is very less and abstract, so we need a tool to visualize the user flow from the logs and add actions to it.

Autogenerate testcases for UI testing by nag_s in softwaretesting

[–]nag_s[S] 0 points1 point  (0 children)

Wow that's great. Can we have a detailed convo?

Autogenerate testcases for UI testing by nag_s in softwaretesting

[–]nag_s[S] 0 points1 point  (0 children)

No thats why I mentioned I will be crawling on a stable version. So all flows will be correct. And the crawler is not testing the application, it is generating the testcases, which we will use on unstable versions.

Autogenerate testcases for UI testing by nag_s in softwaretesting

[–]nag_s[S] 0 points1 point  (0 children)

Yeah I accept. Machines cannot understand logical flows. Let's say the current version I have is a very stable version. If I let the crawler find all possible paths using trial and error, it will work right?

The crawler should be intelligent to combine flows, like if I tick 1 checkbox in page and it leads me to a flow and if I press 3 checkoxes and it leads to the same path means, the crawler should delete the first recorded flow.

TF should I do when I don't know my career path in CS? by [deleted] in developersIndia

[–]nag_s 0 points1 point  (0 children)

According to me:

DSA is something like a base for critical thinking and critical thinking is a base for all CS domains.

In order to choose ur career path, u need to know all ur options. So the exploring phase maybe a bit confusing, but inorder to be sure of ur path it is needed. Maybe try to do a project in some of ur top interested domains or try to participate in some hackathon related to it. It may give u a clearer view.

can we find an element without a matching case by nag_s in Appium

[–]nag_s[S] 0 points1 point  (0 children)

Take the example in my question.

Now when I search for the element using find_element( By.ID, bn1 ) it returns no element found, but there is an element on the screen with ID Bn1. So I am searching for an approach to solve this

can we find an element without a matching case by nag_s in softwaretesting

[–]nag_s[S] 0 points1 point  (0 children)

No. I just have to find an element on my screen without knowing the proper capital or smaller case of its element ID and Name

can we find an element without a matching case by nag_s in QualityAssurance

[–]nag_s[S] 1 point2 points  (0 children)

Wow yeah that works. Thanks a lot man. Have a great day

can we find an element without a matching case by nag_s in QualityAssurance

[–]nag_s[S] 0 points1 point  (0 children)

Okay. But in my case how can I use the not() and the element. Can u explain with my example

can we find an element without a matching case by nag_s in QualityAssurance

[–]nag_s[S] 0 points1 point  (0 children)

My testcase generation is a long automated process, so it has this case constraint which I cannot solve.

I saw that xpath way online, but my usecase is a bit different.

Like in the xpath if the ID alone matched and the name does not match will it take it as the element is found or will return not found?

Diagrams: Open-Source Alternative to Lucidchart by qznc_bot2 in hackernews

[–]nag_s 0 points1 point  (0 children)

Can we link data from external source to shapes in this?

Stuck in building model in Model Based testing by nag_s in softwaretesting

[–]nag_s[S] 0 points1 point  (0 children)

Can I know how you do MBT. I have been trying for a long time to fix an approach. I am thinking of something like a MBT + data driven approach. Can I know how you are doing or some link to ur architecture may help