Search found 30 matches

by Priyanshu
Thu Jun 11, 2020 8:53 am
Forum: Mobile Testing
Topic: Ranorex not capturing the table data
Replies: 5
Views: 1528

Re: Ranorex not capturing the table data

Can someone else help me with this? I am blocked with my automation
by Priyanshu
Tue Jun 09, 2020 9:02 pm
Forum: Mobile Testing
Topic: Ranorex not capturing the table data
Replies: 5
Views: 1528

Re: Ranorex not capturing the table data

i,
Firstly I have updated the Ranorex to latest version 9.3.2 , but it did not track the table data.
Then I followed for the next suggestion to use GDI Capture approach.
I am getting all data like RawTest.. I am not sure how to consume it for my validation. Please help for the same.
by Priyanshu
Tue Jun 09, 2020 8:58 pm
Forum: Automation Tools
Topic: How to make parameterized method got listItem
Replies: 1
Views: 1145

How to make parameterized method got listItem

Hi Team, I have attached a snapshot , I want help to make parameterized function. I have got a List contains number of listItems , I want to make these listItem to be passed as parameter . Problem is when I am passing listItem as parameter it goes and checks if the item is visible but since its a bi...
by Priyanshu
Mon Jun 08, 2020 7:36 pm
Forum: Mobile Testing
Topic: Ranorex not capturing the table data
Replies: 5
Views: 1528

Ranorex not capturing the table data

Hi Team,

I have attached the snapshot also screen shot , I have a grid in the desktop application. I tried to capture the data from Ranorex spy but only it captures the container but I am not getting its data.
Please help me out .
by Priyanshu
Tue Nov 19, 2019 12:54 pm
Forum: Automation Tools
Topic: How to make dynamic path for button array
Replies: 3
Views: 1369

Re: How to make dynamic path for button array

Hi ,

I have attached the snapshot.
by Priyanshu
Tue Nov 19, 2019 12:35 pm
Forum: Automation Tools
Topic: How to make dynamic path for button array
Replies: 3
Views: 1369

How to make dynamic path for button array

Hi Team,

Below is the dynamic path which is getting change in every spy
/menubar[@processname='explorer']/container[@controlid='40965']//toolbar[@accessiblename='Running applications']/button[29]

Dynamic part is --- button[29]

could you please help how to make dynamic path?
by Priyanshu
Mon Nov 11, 2019 7:27 am
Forum: Automation Tools
Topic: waitforExists() and Wait() understanding
Replies: 4
Views: 2571

Re: waitforExists() and Wait() understanding

Yeah .. thanks
by Priyanshu
Mon Nov 11, 2019 6:22 am
Forum: Automation Tools
Topic: How to get all rows from a table which are not visible
Replies: 1
Views: 2139

How to get all rows from a table which are not visible

Hi Team,

I am facing problem to get all the table rows in a single view. Ranorex is capturing only the visible rows , I want to search the row within whole table but my data is only getting searched in visible rows. Attached snapshot. Please revert.

Thanks
by Priyanshu
Mon Nov 04, 2019 9:26 am
Forum: Automation Tools
Topic: waitforExists() and Wait() understanding
Replies: 4
Views: 2571

Re: waitforExists() and Wait() understanding

Sorry it was for waitforExists () and Exist()
by Priyanshu
Thu Oct 24, 2019 10:19 am
Forum: Automation Tools
Topic: waitforExists() and Wait() understanding
Replies: 4
Views: 2571

waitforExists() and Wait() understanding

Hi Team,

Let me know when should I use waitforExists() and when should wait() method.
by Priyanshu
Mon Oct 07, 2019 10:22 am
Forum: Automation Tools
Topic: How to get container textvalue
Replies: 2
Views: 1566

Re: How to get container textvalue

Thanks !! It worked
Convert.ToInt32(repoInfoElement.CreateAdapter<Ranorex.Unknown>(false).Element.GetAttributeValueText("text"))>=1)
by Priyanshu
Mon Oct 07, 2019 7:46 am
Forum: Automation Tools
Topic: How to get container textvalue
Replies: 2
Views: 1566

How to get container textvalue

Hi Team,

I want to validate if the textbox value is greater than 1 then only perform some action.
Can you please help how to write the code?
I am trying below which is not working
if((masterWinRepo.DebiteringsManuelScreen.AntalOkEdit.Element.GetAttributeValueText("text"))>=1)
by Priyanshu
Thu Sep 26, 2019 7:30 am
Forum: Automation Tools
Topic: Text gets entered in between in the text field using JSON file
Replies: 1
Views: 1233

Text gets entered in between in the text field using JSON file

Hi team, I am facing one issue , when I am trying to put text in the text field through JSON, text gets entered but again when I am entering the text instead of last point of the current text , JSON text gets entered in between . Could you please suggest the solution ? Attached the snapshot of the f...
by Priyanshu
Thu Sep 26, 2019 7:03 am
Forum: Automation Tools
Topic: How to put Sysdate to a cell field
Replies: 12
Views: 1645

Re: How to put Sysdate to a cell field

Hi ,
Thanks for your help,
Below cod worked
autopsyRepo.Barhusmeddelande.SgImplants1.PressKeys(System.DateTime.Now.ToShortDateString());
by Priyanshu
Wed Jul 24, 2019 6:00 am
Forum: Automation Tools
Topic: How to put Sysdate to a cell field
Replies: 12
Views: 1645

Re: How to put Sysdate to a cell field

Hi Manish, I tried your solution ,after provide click on the cell , but it did not work Property or indexer 'Cell.Text' cannot be assigned to -- it is read only (CS0200) - I manually provided the value in the cell not automatically by application. Ranorex spy also detects as enabled as true for cell