Search found 9 matches

by M-K-B
Sun Dec 10, 2017 11:33 am
Forum: General Questions
Topic: how to handle browser alert
Replies: 5
Views: 2116

Re: how to handle browser alert

sure.
this alert shown when i want to delete a record from our app in chrome
by M-K-B
Sun Dec 10, 2017 11:19 am
Forum: General Questions
Topic: how to handle browser alert
Replies: 5
Views: 2116

Re: how to handle browser alert

hi
yes the alert are not trace or detect able with spy and its not part of app its browser alert and when i open the spy to detect that the spy not respond and do nothing
by M-K-B
Sun Dec 10, 2017 5:57 am
Forum: General Questions
Topic: how to handle browser alert
Replies: 5
Views: 2116

how to handle browser alert

hi
in our web application in forms for delete action browser alert will show that cant detect with ranorex spy how can i detect the alert and click on yes or no button
thanks in advance
by M-K-B
Tue Dec 05, 2017 10:13 am
Forum: General Questions
Topic: how to skip to next record on error
Replies: 5
Views: 1653

Re: how to skip to next record on error

hi i solve this problem with putting my records in separate smart folder then if error happened in one of records the other records continue and at the end other test case also run without any problem with this i can check the whole test suite to run and if error happens all of records are continue ...
by M-K-B
Mon Dec 04, 2017 9:28 am
Forum: General Questions
Topic: how to skip to next record on error
Replies: 5
Views: 1653

Re: how to skip to next record on error

hi
that wont help me
if an element on form dont exist i dont want test suite stop and abort i want to continue to next record on that test case
thanks for your response
by M-K-B
Mon Dec 04, 2017 8:37 am
Forum: General Questions
Topic: How to failing a test case in popup watcher method
Replies: 4
Views: 2340

Re: How to failing a test case in popup watcher method

hi
i'm new with ranorex but i know a little C#
thank you very much for your response
by M-K-B
Mon Dec 04, 2017 7:39 am
Forum: General Questions
Topic: how to skip to next record on error
Replies: 5
Views: 1653

how to skip to next record on error

Hi
when i run my test suite and in one of test case record error occurred for example element not found i want to skip to next record not go to next test case
i really appreciate if you help me with this
thanks in advance
by M-K-B
Sat Dec 02, 2017 6:00 am
Forum: General Questions
Topic: How to failing a test case in popup watcher method
Replies: 4
Views: 2340

Re: How to failing a test case in popup watcher method

i wrote this in my code module and its work very good
by M-K-B
Tue Nov 28, 2017 1:09 pm
Forum: General Questions
Topic: How to failing a test case in popup watcher method
Replies: 4
Views: 2340

How to failing a test case in popup watcher method

i want to failing a test with exception that work perfect in the method of my watcher and in result report give me error that i want but i just get success in pie chart report how can i fail a test and in chart not having success i have only one record and module code in my test
thanks in advance