Hi ,
My Application is developed in Html5. In the Application , there is a html table with many pages. I need to Count the total number of rows present in the table including all pages.. I try With a simple code as mentioned below:
r=Pages.xxxx.mytable.AllRows.Count
Messagebox.show("Count of rows is "&r)
This Returns only the number of rows present in the first page.. It doesnt Count the other rows from Next page. Could you please help me to Write a code to Count the total number of rows from all the pages..
Regards,
Nithya A.
As part of getting our tests in a build process, is to ensure the test studio code compiles properly.
Is there a CLI command which I can compile/build (Not to be confused with running tests)?
thanks
Hi, I was wondering if Test Studio supports any BDD or Cucumber itself? If so can someone point me to viable tutorials/videos for setup?
Thanks
Hi ,
Sometimes all of a suddent we get compilation errors saying a particular element is a particular test is not found although the user has not changed anything to the elements.
Why telerik renames the existing element ?
Regards,
Nithya A.
Hi,
Lot of times the OK button on the application pop ups is not clicked by the step at right place . The tool tends to click it on left or right and sometimes it clicks but the tool assumes it is not clicked and keeps looking/waiting for the button.
These strange behaviors with OK button are experienced for a while now and varioius debugging techniques have been tried but failed. Could you please help me to figure out a more robust clicking technique on this.
Regards,
Nithya A.
We have multiple team members that run against a remote server.
Sometimes we don't know who is running a test against that remote server but need to stop it. How can you go about (from the remote server) stopping an execution of a test list?
Hi,
Is it possible to copy the compiler error. I tried and it seems to be copying 1 error at a time but not all erros or the whole of the compiler result. This makes it difficult to track and correct the errors if there are too many.
Could you please help on this..
Regards,
Nithya A.