Quality Testing

Quality is delighting customers

Arvi's Page

Latest Activity

Arvi replied to Sreekumar's discussion Sample example with WebDriver in Selenium is not working for me. can any one suggest where is the mistake in the program?
"True.. "
Dec 27, 2011
Arvi replied to Sreekumar's discussion Sample example with WebDriver in Selenium is not working for me. can any one suggest where is the mistake in the program?
"Thanks Master, I did not realize it. I tried executing, works like a charm. Starting the day having learnt something. Yeah, that was a problem with spelling. Regards, Arvi, QTPhelp.com Get to know why to use QTP here"
Dec 27, 2011
Arvi replied to Sreekumar's discussion Sample example with WebDriver in Selenium is not working for me. can any one suggest where is the mistake in the program?
"No, you are not intantiating it correctly. It should be: WebDriver driver = new FirefoxDriver () WebDriver does not require sync up time for page open. Regards, Arvi, Admin QTP help. QTP sample scripts here.... "
Dec 27, 2011
Arvi replied to Riyazul Abbas's discussion Selenium-RC Booking Flight
"Riyazul, Looks like you did nor ready my earlier post properly. What happens when you try your code steps manually (without executing the script), when I did I got the error message. Which means the code is perfectly right but the application is…"
Dec 26, 2011
Arvi replied to Riyazul Abbas's discussion Selenium-RC Booking Flight
"Hi Riyazul,  You know what, when I dry-ran your code manually, i got the same error message. That said - The code is absolutely fine and works as intended. With respect to Selenium, you have already taken the first step to learn (any tool).…"
Dec 26, 2011
Arvi and Akash Kumar are now friends
Dec 26, 2011
Arvi replied to Riyazul Abbas's discussion Selenium-RC Booking Flight
"Copy paste the code you are using.... let me check what could be the reason. I have tried automating the flight application, with no issues.  Regards, Arvi, Admin QTP help"
Dec 25, 2011
Arvi replied to Naresh Babu Deekonda's discussion How to handle multiple browser windows with different URL's using Selenium IDE or Ruby scripting? in the group Selenium
"Hey buddy, This is pretty simple, all you have to do is to create and use different selenium/webdriver objects for handling different browsers. Example selenium1, selenium2, selenium3 or if you are using web driver then driver1,driver2,driver3 Each…"
Dec 23, 2011
Kapildev Kapoor left a comment for Arvi
"Hello Aravindhan, Many Many Happy Returns of the Day n GOD Fulfill ur Dreams............enjoy!!! TC GOD BLESS U ALLLLLLL Thanks & Regards Kapil kapildevkapoor@gmail.com +919326814689  "
Dec 18, 2011
vamshi left a comment for Arvi
"Hai Arvi, Happy Birthday"
Dec 18, 2011
Arvi replied to Sandip Sananse's discussion What is the difference between single object repository and shared object repository? How we can you that while running the script using QTP ?
"Local OR is used for objects used only in the current script. These objects are not used in other scripts and cannot be used. Shared OR is used for objects used in multiple scripts. Example - Objects on the top frame like Home, Menu bar items,…"
Dec 14, 2011
Arvi is now friends with prabhu kumar ponnaganti, Rajesh, Venugopal Singamaneni and jegan Raj Kumar more
Dec 9, 2011
Arvi replied to Priyadarshini Das's discussion Can anyone tell me how to count no of occurance of "i" in "qualitytesting" using function in vbscript ?
"I posted my code without seeing yours... pretty much same logic, except that I have used Mid function. Regards, Arvi, Admin - QTPhelp.com"
Dec 9, 2011
Arvi replied to Priyadarshini Das's discussion Can anyone tell me how to count no of occurance of "i" in "qualitytesting" using function in vbscript ?
"Hi, Here is the VB script... MyStr = inputbox("Enter the String:") ' here you can enter any string, in our case qualitytesting nCnt = Len(MyStr) ' finding the length of the string counter =0 ' initializing the counter For i…"
Dec 9, 2011
Arvi replied to prasad's discussion How can we execute QTP scripts in quality center?
"You may find this one useful How to integrate QC and QTP? Regards, ARavindhan, Admin QTP help "
Dec 6, 2011
Arvi replied to Jasmine Olivra's discussion I face problem while running selenium scripts.
"Web driver does not require a profile to be created 1) Whats the version of firefox you use? check if it is compatible with the version of selenium web driver you are using. 2) Check if Firefox is installed in the default location "C:\Program…"
Dec 6, 2011

Profile Information

First Name:
Aravindhan
Last Name:
Ashokan
I am currently:
Employed
Experience(Years):
10 - 11
Designation:
Associtate QA Manager
Company:
Cybage Software
About Me:
I love automation ... Automating anything and everything.
My Blog / Website:
http://QTPhelp.com
My LinkedIn Profile:
http://in.linkedin.com/pub/aravindhan-ashokan/24/23a/634
My Twitter Profile:
http://twitter.com/QTPhelp

Arvi's Photos

Loading…
  • Add Photos
  • View All

Arvi's Blog

QA Automation : Nested Loops : Best practices

Posted on June 8, 2011 at 4:30pm 1 Comment

Consider the following 2 loops, and tell me which one is efficient. First one or the second one???



Case 1:

For i = 1 to 100

For j = 1 to 5

Print "Hello"

Next

Next



Case 2:

For i = 1 to 5

For j = 1 to 100

Print "Hello"

Next

Next



According to a survey, 75% of the developers and automation test engineers say, there will not be any changes. Is that the case?



Is the latency of both the loops… Continue

Comment Wall (4 comments)

You need to be a member of Quality Testing to add comments!

Join Quality Testing

At 10:38am on November 9, 2011, Kapildev Kapoor said…

Hello Aravindhan,


Many Many Happy Returns of the Day n GOD Fulfill ur Dreams............enjoy!!! TC GOD BLESS U ALLLLLLL


Thanks & Regards

Kapil

kapildevkapoor@gmail.com

+919326814689

 

At 9:19am on November 9, 2011, vamshi said…

Hai Arvi, Happy Birthday

At 6:20pm on June 13, 2011, Kapildev Kapoor said…

Hello Aravindhan,


Welcome to QT ............enjoy Testing !!! TC GOD BLESS U ALLLLLL


Thanks & Regards

Kapil 

kapildevkapoor@gmail.com

visit : http://testingking.weebly.com

+919326814689

At 12:52am on June 10, 2011, Quality Testing said…
Dear Arvi,

Welcome to Quality Testing!

-QT Team
 
 
 

TTWT Magazine

Advertisement

You Can


Call for Articles

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2012   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service