Search found 6 matches

by mayank9292
Tue Feb 23, 2016 3:42 pm
Forum: General Questions
Topic: QTP to Ranorex migration
Replies: 5
Views: 1981

Re: QTP to Ranorex migration

Hi,

Thanks for the reply. As QTP licensing is very high so we have decided to migrate and remove QTP.
So we are ready to rework. But if we go that way, then i just want to know any risks involved( losing information ) or what will be the prerequisites.
by mayank9292
Tue Feb 23, 2016 3:24 pm
Forum: General Questions
Topic: QTP to Ranorex migration
Replies: 5
Views: 1981

QTP to Ranorex migration

Hi,

We are using QTP for automation in our company and our framework is huge. But for cost effectiveness, we want to migrate to ranorex. So my questions are :

1. Is it possible to migrate from QTP to Ranorex
if (yes)
a. what are the risks.
b. what are the prerequisites.
by mayank9292
Wed Dec 10, 2014 10:54 am
Forum: How To …
Topic: How to pass Ranorex snapshot to validate table
Replies: 16
Views: 7727

Re: How to pass Ranorex snapshot to validate table

Hi Roland, My snapshot is in the form of "*.rxsnp". How should i extract it because it not giving any option to extract. Please check my attached Ranorex snapshot the earlier post. Furthermore, I am not able to see your new solution as it is not showing in the examples. Can you attach the solution w...
by mayank9292
Tue Dec 09, 2014 3:37 pm
Forum: How To …
Topic: How to pass Ranorex snapshot to validate table
Replies: 16
Views: 7727

Re: How to pass Ranorex snapshot to validate table

Hi,

I already tried with the example and mentioned the failure message from the report in the post.
i want to know why it is giving failure message.
by mayank9292
Tue Dec 09, 2014 2:47 pm
Forum: How To …
Topic: How to pass Ranorex snapshot to validate table
Replies: 16
Views: 7727

How to pass Ranorex snapshot to validate table

Hi, I used this code to validate table const string NullString = "(null)"; public void Validate_TableContentEqual(Ranorex.Adapter repoItem, string filename_ReferenceTableSnapshot, string customLogMessage) { // cast repoItem to Table Ranorex.Table table = repoItem.As <Ranorex.Table>(); // check if sn...
by mayank9292
Fri Sep 12, 2014 4:29 pm
Forum: Automation Tools
Topic: Can't select date using Calendar in Data Driven Testing.
Replies: 8
Views: 3570

Re: Can't select date using Calendar in Data Driven Testing.

i am too facing this problem. i have to pick up the date from excel file and then accordingly click on the same date from the calender. Please help.