Quality Testing

Quality is delighting customers

Balur's Friends

  • Swapnil Parikh
  • Govindaraj
  • Sanjay kumar mahto
  • Mogal shabana
  • Mohan Sasank
  • jegan Raj Kumar
  • Lokesh
  • Siva Kumar Eanuga
  • Priya
  • Bhargavi
  • jerald
  • Geetha
  • Smita Sinha
  • viswanadha
  • RAMESH G JADHAV

balur's Discussions

What are roles of Testing Team lead.

Started this discussion. Last reply by Thad Butterworth Nov 18, 2009. 15 Replies

What qualities should a testing team lead have to lead a team of 10 members.What are constrains he/she has to look after while leading a testing team.Plz help me.Continue

Xpath, DOM and CSS in Selenium IDE

Started this discussion. Last reply by raghunandan Feb 28, 2011. 14 Replies

Hi All, Please help in understanding what are XPath, CSS and DOM and how these can be used in Selenium IDE for automation testing. I have added View XPath addon to my mozilla browser. I am not…Continue

Tags: xpath

name 3 types of testing u do before production release

Started this discussion. Last reply by Teemu Vesala Dec 14, 2010. 10 Replies

name 3 types of testing u do before production releaseContinue

Handling Action2 object in Action1 in QTP

Started this discussion. Last reply by balur Apr 6, 2011. 7 Replies

Hi All, Action1Browser().Page().WedEdit("Web_Edit").GetRoProperty("value") Action2Browser().Page().WedEdit("name").Set "12345"RunAction "Action1",oneiteration the above test fails to run because…Continue

Tags: Action1

Interview on Jmeter

Started this discussion. Last reply by Murari Nov 15, 2011. 6 Replies

Hi All,What questions will be asked on Jmeter tool ? when candidate I have 1 year of experience in Jmeter.Thanks in advance. BalurContinue

what are the prerequisite to start Web Services Testing

Started this discussion. Last reply by Masanigudem Jayachandra Reddy Sep 15, 2010. 6 Replies

Prerequisite to start Web Services Testing  :I have 3 years of exp in web application testing and i would like to learn Web services testing.Please let me know what pre knowledge should i have to…Continue

What is POS testing and POS Manager Functions or POS Cashier Functions

Started this discussion. Last reply by Balaji Dec 11, 2009. 6 Replies

What is POS testing and POS Manager Functions or POS Cashier Functions

How to click any link in page Selenium RC

Started this discussion. Last reply by Sasidhar Feb 8, 2011. 5 Replies

How to click any link in page Selenium RCScenario : Click any 1 link of 10 links displayed in page/table fame.I want to click any 1 link of those 10 displayed links in table to proceed further.Please…Continue

Does Selenium RC support ClickAndWait command

Started this discussion. Last reply by Subramanian Jan 18, 2011. 5 Replies

Hi All, I am very new to Selenium RC.  I facing an issue in running script below. selenium.type("username", "testuser");selenium.type("password", "testuser");selenium.click("link=Login");       //…Continue

What are FSD, SRS, FSR, BSR, Use case.?

Started this discussion. Last reply by Bhavani Voruganti Jul 9, 2010. 5 Replies

What are FSD, SRS, FSR, BSR, Use case.?FSD : what is this what will be there in this doc ?SRS : what is this what will be there in this doc ?FSR: what is this what will be there in this doc ?BSR :…Continue

 

balur's Page

Latest Activity

balur replied to balur's discussion Web Service Testing : How to test an account number.
"Thanks for the quick reply. Yes it is authenticated session. What if user is unauthenticated person. "
May 14
Ajit Singhal replied to balur's discussion Web Service Testing : How to test an account number.
"I need more information on this because you can not just get the user information without any access rights. So there should be some authenticated session where user can get the user information through account no, so first we need to test that…"
May 14
balur posted a discussion

Web Service Testing : How to test an account number.

Hi All,In how many ways an account number can tested using SOAP UI. This is an interview question.You have only account number an input value. So how many test case you can write/how many ways you can test.Thanks in advance.Balur.See More
May 14
balur replied to Kumaraguruparan.M's discussion Quick Test Professional UnPlugged by Tarun Lalwani
"Hi All, Please send to me the soft copy of 'Quick Test Professional Unplugged' by Tarun Lalwani. My mail id - balur.sam@gmail.com Thanks in Advance. Sangamesh"
May 4
Amna Mansoor replied to balur's discussion Mainframe testing
"There are several variety of tests : integration tests, performance tests, volume tests, regression tests, stress tests etc. You can test a all cluster of courses or a whole day or night of production. You need to know the expected results, discuss…"
Apr 7
Murari replied to balur's discussion Interview on Jmeter
"Thank u..."
Nov 15, 2011
balur replied to Swapnil Parikh's discussion Big opportunity for Automation & Performance Testing professionals in Pune in the group Walk-In Interviews
"Could you please tell me the company name.  "
Nov 9, 2011
balur replied to Manoj kumar's discussion Anybody can give me xpath for textarea node in below HTML code
"I suggest u to go ahead CSS usage to resolve u r query.  Still if u r facing problem then go ahead with HREF     all the best."
Oct 12, 2011
balur replied to Roopa's discussion Can any one suggest how to learn JMeter?
"please share the doc to me also @ sangamesh19@gmail.com. Thanks."
Oct 6, 2011
balur replied to Usha Sri's discussion QTP Unplugged E-Book in the group Quick Test Pro
"Plz share the book to me also @ sangamesh19@gmail.com"
Oct 6, 2011
balur replied to Lokesh's discussion QTP Training/self learning Materials in the group Quick Test Pro
"Please share the materials.. sangamesh19@gmail.com.   Thanks in advance.   Keep it up..."
Oct 5, 2011
balur is now friends with Sanjay kumar mahto and Swapnil Parikh
Oct 5, 2011
balur posted a discussion

Loadrunner training Chennai

Friends, Please any good trainer for loadrunner here in chennai. if so mail the details to sangamesh19@gmail.com Quick reply will be appreciated. Thanks,SangameshSee More
Oct 4, 2011
balur replied to Deepak.K.J's discussion ISTQB foundation materials
"Which book i need to refer for latest ISTQB syllabus. Else these materials are enough for exam ...  ?"
Jun 22, 2011
balur posted a discussion

How to regex in Selenium RC for [30]

Hi Folks,I m beginner to Selenium RC and I need an help from you guys in resolving on issue which i facing In the following code [30] is changing randomly while working on application, after checking with the dev team i came to know that it is row id which based on the input and data availability in DB. So here i want to make it generic for you irrespective of row id detected. Please let how to make it generic. selenium.click("//div[@id='cridreportpage']/div[30]/div/div/a/span"); Thanks in…See More
Jun 21, 2011
balur replied to chandra sekhar's discussion What is the difference between Adhoc testing and Exploratory testing? Can anyone explain in brief? Do we write test cases for both the types?
"Yes.. we write if it is functional behavior failure"
Jun 10, 2011

Profile Information

First Name:
sangameshwar
Last Name:
balur
I am currently:
Employed
Experience(Years):
3 - 4
About Me:
I am working as Testing Engineer

Comment Wall (3 comments)

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

Join Quality Testing

At 12:03am on March 2, 2010, vivek said…
Hi
Me working in MNCs and also give online training on ISTQB, QTP, Silktest, Loadrunner, SQL 2008 with very less fess. Let me know if any one want to learn it.
Feel free to ask any Queries

I will give job after training

Regards
Vivek
joglekar.vivek@gmail.com
At 8:22am on February 1, 2010, Joy said…
Hi
At 3:12pm on October 12, 2009, Quality Testing said…
Hi Sangameshwar, thanks for joining in Quality Testing!
 
 
 

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