nageshbabu machara


{ City } hyderabad
< Country > india
* Profession * student
User No # 71239
Total Questions Posted # 0
Total Answers Posted # 7

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 19
Users Marked my Answers as Wrong # 6
Questions / { nageshbabu machara }
Questions Answers Category Views Company eMail




Answers / { nageshbabu machara }

Question { Zolon, 36914 }

What is the difference between GUI and UI testing?


Answer

GUI: Graphical User Interface means tester is going to test the application in terms of graphical in nature like
- Back ground color of the page
- Font of the text
- Fore ground and Back ground color of the text .... etc

UI : User Interface means tester is going to test the application in terms of How simple user can understand the application like
- Items arrangement.
- Size of the objects(Button,listbox,editbox,link) ... etc

Is This Answer Correct ?    14 Yes 3 No

Question { 5276 }

I am trying to write a descriptive program for clicking on
a perticular link.For that i wanted an index or location of
that object.But when I viewing through spy, There was no
index property of that object.What to do for getting index
value.How can I get index? please any one let me know.


Answer

index value of object is getting appeared only when more
than one object exist in the application with same property
name.

Example: suppose we have 3 list boxes with same name(text)
as property.then qtp identifies these objects with reference
to index values as index=0,index=1 and index=2.

Is This Answer Correct ?    1 Yes 0 No


Question { 3458 }

what is meant by iterative model?What is its working
principle?What are its advantages and what are its drawbacks?


Answer

Iterative model is one of the Software Development Life
cycle model(SDLC).In this model software is developed in
series of incremental.Feedback of each phase is incorporated
in next phase.

Is This Answer Correct ?    0 Yes 0 No

Question { 4992 }

if there is two login button in your page, how you know that
this login button is correct for login .


Answer

If there are two login buttons,then go with index value
using descriptive programming.first we should make sure that
which login button navigate to required page.then give
corresponding index value as property in script as follows.

Broser("BR").page("PG").webbutton("index:=2").click

or

set objbutton=Description.Create()
objbutton("micclass").value="Webbutton"
objbutton("index").value="2"

browser(br).page(pg).webbutton(objbutton).click

Is This Answer Correct ?    2 Yes 1 No

Question { 3812 }

i need manual testing interview questions for 2+ experience
plzz help me..


Answer

First you should be clear from Interviewer point of view that,Even if you have 2+ years of experience,He may start ask questions from basic concepts.So this blog include manual testing questions as well.So be prepare these questions,and apply your real time experience,then you will definitely crack the interview.

http://www.allinterview.com/showanswers/182231.html

Is This Answer Correct ?    2 Yes 1 No

Question { 10063 }

How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?


Answer

Put break point at 101th line.put cursor on 50th line and press ctrl+F5.then it will execute from 50-100 line

Is This Answer Correct ?    0 Yes 0 No

Question { Intuit, 2855 }

Question on desktop Application:
In my machine MS Word is working fine and in other machine it is not even launching.
Note: OS, platform, build and environment is same


Answer

Ms Word Software may be corrupted due to virus or some other reason.

Is This Answer Correct ?    0 Yes 1 No