Quality Testing

Quality is delighting customers

Eshwar's Friends

  • Anand Prem Raj
  • Chandhu varma
  • kumar

eshwar's Discussions

removing of repeated characters in a string

Started this discussion. Last reply by Subrat kumar rout Mar 10. 5 Replies

Hi All,i want to know how to remove repeated characters from a string EX string = "GOOGLE"i want output string to be "GOLE"Continue

how to handle tests when object hierarchy was changed

Started this discussion. Last reply by Sandeep Panghal Feb 17. 6 Replies

hi all,I had interview question we are using shared object repositoryhow we can handle the test scripts when there is change in object hierarchy in QTPContinue

How to find string length without using LEN function ?

Started this discussion. Last reply by Tanuj Apr 30. 11 Replies

how to find string length without using LEN function Continue

Can we store dynamic objects in object repository this is the one of interview question..?

Started this discussion. Last reply by rameshk Sep 18, 2011. 2 Replies

Can we store dynamic objects in object repository this is the one of interview question..?Continue

 

eshwar's Page

Latest Activity

Tanuj replied to eshwar's discussion How to find string length without using LEN function ?
"a="tanuj"b= instrrev(a,"")msgbox b This is the good one and small one. Enjoy friends with my code."
Apr 30
Subrat kumar rout replied to eshwar's discussion removing of repeated characters in a string
"str= inputbox("Enter the String")flag=falset=mid(str,1,1)For i=1 to len(str)    x=mid(str,i,1)    For j=1 to len(t)        y=mid(t,j,1)        If x=y Then            flag=true            exit for        End If    Next    If flag=false…"
Mar 10
Harish C replied to eshwar's discussion removing of repeated characters in a string
"Hi Eshwar...  try this out. str = "GOOGLE"For i = 1 to len(str)    char = mid(str, i, 1)    If instr(1, temp, char) = 0 Then        temp = temp & char  …"
Feb 28
MohanKumar S replied to eshwar's discussion removing of repeated characters in a string
"Dim i,j,str,No_Of_Occ,original_string(),new_string() str = "Google" str = lcase(str) str_len = len(str) j=0 k=0 ReDim original_string(str_len+1) For i = 1 to str_len str_char = mid(str,i,1) original_string(j) = str_char No_Of_Occ =…"
Feb 28
kotla lakshmi kanth reddy replied to eshwar's discussion removing of repeated characters in a string
"                USING VB SCRIPT,,,           dim x           x="GOOGLE"         …"
Feb 28
lalit replied to eshwar's discussion removing of repeated characters in a string
"USING PERL ::: #!C:/Perl64/bin/perl$string = "GOOGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGLEEEEEEEEEEEEEEEEEEEEEEEE";print "string before->$string\n";$Newstring="";foreach(split("",$string)){   …"
Feb 27
eshwar posted a discussion

removing of repeated characters in a string

Hi All,i want to know how to remove repeated characters from a string EX string = "GOOGLE"i want output string to be "GOLE"See More
Feb 27
Sandeep Panghal replied to eshwar's discussion how to handle tests when object hierarchy was changed
"Also, these type of scenarios mostly comes while automating FLEX based applications..."
Feb 17
kotla lakshmi kanth reddy replied to eshwar's discussion how to handle tests when object hierarchy was changed
"   For this type of situations Descriptive Programming is the better solution:   When object repository is getting huge due to the no. of objects being added. If the size of Object repository increases too much then it decreases the…"
Feb 16
Subbu replied to eshwar's discussion how to handle tests when object hierarchy was changed
"Kiranmayi,   Cann you explain bit more or give an example for following sentence given by you: "Use Dynamic Scripting to Handle Dynamic programming""
Feb 16
eshwar replied to eshwar's discussion how to handle tests when object hierarchy was changed
"thank you"
Feb 16
kiranmayi replied to eshwar's discussion how to handle tests when object hierarchy was changed
"Use Dynamic Scripting to Handle Dynamic programming . or else try to run the script in maintenance mode i think it will work"
Feb 16
Subbu replied to eshwar's discussion how to handle tests when object hierarchy was changed
"Good Question and broad answer.  Here you go. Instead of OR (object Repository) use DP to avoid huge maintenance. Here is example: Assume you need to click on OK button in AUT v1.0 and it has this hierarchy: Browser -> Page -> Frame ->…"
Feb 16
eshwar posted a discussion

how to handle tests when object hierarchy was changed

hi all,I had interview question we are using shared object repositoryhow we can handle the test scripts when there is change in object hierarchy in QTPSee More
Feb 7
Suresh Babu Maddukuri replied to eshwar's discussion How to find string length without using LEN function ?
"Dim sStringDim nLensString= InputBox("Enter any String : ","Suresh4qtp@gmail.com")sString = sString &"@"nLen = Instr(1, sString, "@", vbTextCompare)Msgbox "Entered String Length is : "& nLen…"
Jan 9
kumar and eshwar are now friends
Dec 5, 2011

Profile Information

First Name:
eshwar
Last Name:
k
I am currently:
Employed
Experience(Years):
2 - 3
Designation:
quality analyst
About Me:
working as software tester

Eshwar's Blog

banking domain documents

Posted on May 8, 2011 at 11:30am 4 Comments

hello friends can anyone share documents regarding banking domain. please mail the docs to "eshu0123456789@gmail.com".

 

thank' s in advance

eshwar

Comment Wall (3 comments)

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

Join Quality Testing

At 11:54am on December 5, 2011, kumar said…

Hi eshwar this is kumar , working as a software test engineer, i wanna be ur friend

At 4:03pm on May 9, 2011, Kapildev Kapoor said…

Hello Eshwar,


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


Thanks & Regards

Kapil 

kapildevkapoor@gmail.com

+919326814689

At 2:41pm on May 8, 2011, Quality Testing said…
Dear Eshwar,

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