KOTTAKKAL E DART | BLUE DART | DHL | CONTACT DETAILS | MALAPPURAM DIST


KOTTAKKAL:

Near AVS Nursing Home,
AVS Road, Kottappadi,
KOTTAKKAL E DART
Malappuram Dt.,
Kerala
Pin 676 503
Ph: +91 9037 01 01 91
+91 9287 88 88 91
E-mail: tiubdel@gmail.com

TIRUR:

C/O Kurrikkal Express, 
 Gr.Floor, Room #5,  
Kunnath Building,  
Opp. Mini Civil Station,  
Bhadarakavu Road,  
Tirur, Kerala 676101
 04942433233


PERINTHALMANNA
Near KimsAlshifa Hospital
9287888891
9287888893
Previous
Next Post »

5 Comments

Click here for Comments
April 26, 2018 at 2:58 PM ×

Aloha,

Thank you! Thank you! Thank you! Your blog was a total game changer!

We want to start test automation project in our company and we discuss about programming languages for selenium. We tried Java and C# earlier. Most probably, we will select one of them. We know that most professionals prefer Java in their projects, but our dev. team use C#. Also, as a QA team we are juniors and if we select C# (dev. team's language), they can help us in our automation projects. (If we select Java, they can help us of course. But if language will be same, i think that it will be better for us)
We will consider your article in assessment phase. If you have some suggestion for us, please share your experiences :)
I am searching a tool for automate testing, which will be able to switch during the test within Remote machines, browser and desktop applications.
For example:
1)Connect to VM;
2)Open browser - perform some actions;
3)Start desktop application - perform some actions
4)Go back to the browser
5)Go to your own machine and connect to another VM
Tools I previously was trying to use can not perform this actions. Most of them could work with browser / desktop applications separately.
Some of them cannot recognise - is the browser opened from my machine or from remote.
Excellent tutorials - very easy to understand with all the details. I hope you will continue to provide more such tutorials.

Kind Regards,

Reply
avatar
admin
May 25, 2018 at 11:08 AM ×

Hello There,

You make learning and reading addictive. All eyes fixed on you. Thank you being such a good and trust worthy guide Automation anywhere tutorial.

Here is one approach:
⦁ Store column in first table to an array
⦁ Filter master table using Array.Index() to see if the value is contained in that array.
The one-liner to accomplish this would look something like this:
dt1 is first table, dtMaster is master table
dtFiltered = dtMaster.AsEnumerable.Where(Function(row) Array.IndexOf( dt1.AsEnumerable.Select(Function(code) code(1).ToString.Trim).ToArray, row(1).ToString.Trim ) > -1 ).CopyToDataTable
Then, just use Write Range with dtFiltered and new sheet name
I have not tested the vb.net code but it looks right, and it might need some adjustments.
Thank you very much and will look for more postings from you.

Thank you,
Kevin

Reply
avatar
admin
May 25, 2018 at 11:12 AM ×

Hello There,


Great info! I recently came across your blog and have been reading along.
I thought I would leave my first comment. I don’t know what to say except that I have Automation anywhere tutorial

I have a table in an excel sheet where Column 2 contains the following codes :
001
002
003
004
005
I have a table in another excel workbook (the master workbook) in which Column 2 contains codes from 001 to 500 (codes are repeated).
I need to pull all the codes from Step 1 and use them to filter Column 2 of the master workbook. Once I do this, I need to write that filtered table into a new sheet in the master workbook itself.
Note : Codes in Step 1 are dynamic and may vary between 001 and 500. There could be n number of codes (not just 5 as demonstrated above).
How can we achieve this ?
But nice Article Mate! Great Information! Keep up the good work!

Thank you,

Radhey

Reply
avatar
admin
May 25, 2018 at 2:50 PM ×

Hi Bru,


Great info! I recently came across your blog and have been reading along.
I thought I would leave my first comment. I don’t know what to say except that I have
Automation anywhere tutorial
I have a table in an excel sheet where Column 2 contains the following codes :
001
002
003
004
005
I have a table in another excel workbook (the master workbook) in which Column 2 contains codes from 001 to 500 (codes are repeated).
I need to pull all the codes from Step 1 and use them to filter Column 2 of the master workbook. Once I do this, I need to write that filtered table into a new sheet in the master workbook itself.
Note : Codes in Step 1 are dynamic and may vary between 001 and 500. There could be n number of codes (not just 5 as demonstrated above).
How can we achieve this ?
But nice Article Mate! Great Information! Keep up the good work!

Thank you,
Irene Hynes

Reply
avatar
admin
Thanks for your comment