nageswar


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

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

Users Marked my Answers as Correct # 13
Users Marked my Answers as Wrong # 9
Questions / { nageswar }
Questions Answers Category Views Company eMail




Answers / { nageswar }

Question { Satyam, 23367 }

what is Regresstion testing? when it will be needed?


Answer

we do Regression testing
1)when bug is found in one module after it fixed,we check
the fixed bug and other modules if it other are depend on
this fixed module

ex:-there a,b,c,d are four modules a is independent from
others and b and c are depend on each other,d also independent.
if we found bug in a we don't need to do regression but if
it is in c we check bug is fixed in c also because of
changing c if it has any effect on b this is called
regression testing

2)when new version software is released for existing one
with few extra features.Because of newly added features
previous functionlities may get effect.to check new features
and previous one.here new feature have to be test manually
and detailed but previous ones are done by automated tools

these is the main reason for existing of automated tools



am i right?

Is This Answer Correct ?    1 Yes 0 No

Question { IBM, 18785 }

What type testings will be conducted at system testing?Who
will conduct each test.


Answer

after integration testing System testing will be done
combining all the modules.like after computer installed we
check all the modules like,hardware(ram,rom,sound
devices,processor etc ) and operating system and display
devices monitor
In system testing we do functional an non-functional
testing both
check this

http://www.guru99.com/system-acceptance-testing.html

Is This Answer Correct ?    1 Yes 0 No


Question { AppLabs, 23406 }

What is mutation testing


Answer

fault seeding/defect seeding:-here intentionally defects are
injecting and analyze the impact of the defect on system
dis is done by thinking in end users point of and what are
the possible mistakes will be done by end users

Mutation testing:-Here we do some changes in program and
once again conduct the system to improve the performance &
usability etc of the system

Debugging:-it is nothing but line by line testing.dis is
done programers to analyze while testing structural,path
flow,conditional testing to find the which line has the error

becz one program may have thousands of lines of code it is
difficult to find error so debugging is used

Is This Answer Correct ?    0 Yes 2 No

Question { 15080 }

example for bug not reproducible


Answer

when we are operating(working with) applications like music
players,some word and excel sheets.it some times happens
hanging and suddenly stop working.these are not producible

we can't re-produce these defects to show the developer what
is the defect.To inform about these defect tester have to
capture the image when situation like above

Is This Answer Correct ?    4 Yes 0 No

Question { Cimcon, 7821 }

I m trying to automate one vb desktop application in that
there is vblist vbcombobox many other vb tools are
there ,when i m trying to find some unique property to
identify the object (take example of vbcombobox ) I cannot
find any unique property, all the combobox belong to same
nativeclass same name no ids are available ,only the
distinct property is there x and y coordinates so i m using
some code like this
"vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y
:=443").exist(2)" but i dont find them reliable .Can anyone
suggest me some other way to identify those objects with
some unique property or is there any way to register our
own property .I m using descriptive programming to write
the code .Thanks in advance


Answer

u can use index value
window().winbutton("index:=0").exit(2)

Is This Answer Correct ?    0 Yes 1 No

Question { Mphasis, 13558 }

If 2 gmail browsers are opened in our system, how to enter
the mail id and password into second browser by using
discriptive program?


Answer

your qustn is wrong,your question shuld be like this 2 gmail windows in 1 browser
we can use creation time and micclass hare creation time starts with 0 so for 2nd windoe creation time will be 1
with Browser("creation:=o").page("micclass:=0")
.webedit("name:=login").set "abc"
.webedit("name:=passwd").set "1234"
.webbutton("name:=sign in").click
end with

Is This Answer Correct ?    0 Yes 2 No

Question { Mphasis, 13558 }

If 2 gmail browsers are opened in our system, how to enter
the mail id and password into second browser by using
discriptive program?


Answer

sorry der is mistake in my above code
your qustn is wrong,your question shuld be like this 2 gmail windows in 1 browser
we can use creation time and micclass hare creation time starts with 0 so for 2nd windoe creation time will be 1
with Browser("creation:=o").page("micclass:=page")
.webedit("name:=login").set "abc"
.webedit("name:=passwd").set "1234"
.webbutton("name:=sign in").click
end with

Is This Answer Correct ?    0 Yes 3 No

Question { IBM, 9802 }

What is negative path testing?


Answer

testing the application wit invalid data intended to produce
the defects and measure the impact of the defect on application

Is This Answer Correct ?    4 Yes 0 No

Question { 8377 }

To get data from table which method will be used in QTP


Answer

to get whole data in web table using loops
run exactly below script(explorer should be default browser
) let me know if i am wrong

Systemutil.Run"https://www.iciciprulife.com/ipru/Current_UnitValue.jsp"
Browser("Browser").Page("ICICI").WebList("navType").Select
"Golden Years"
x=Browser("Browser").Page("ICICI").WebTable("Fund
Name").RowCount
For i=1 to x
y=Browser("Browser").Page("ICICI").WebTable("FundName").ColumnCount(i)
Next
For i=1 to x
For j=1 to y
n=Browser("Browser").Page("ICICI").WebTable("Fund
Name").GetCellData(i,j)
print n

Next

Next
print "no of rows"" "& x
print "no of cplumns"" "&y

Is This Answer Correct ?    2 Yes 0 No

Question { 14480 }

exact difference between smoke testing, sanity testing and
unit testing


Answer

@vasu you are completely wrong

developer never do sanity resting and tester never do smoke
testing
why the name came smoke? its come from real time example
when all electric wires fixed by electrician first he check
whether any smoke coming from the wires,if any he re develop
the all connections later checking if lite is working,fan is
rotating will be done


in testing point of view,while developing the software
various modules done by diff developers like login page,home
page etc .after all developing completed,all these modules
combine and produce one install file like .exe file for
deployment, this is called build.here developer done the
smoke testing on build if it is installing properly,.exe
file created or not

after smoke test done if test passed it will be deployed in
test environment.here tester test for show stoper defects
while cheking most basic and imp functionalities




correct me if i am wrong

Is This Answer Correct ?    1 Yes 1 No

Question { Sasken, 6223 }

Hiei have cleared 2technical and hr round at sasken.hr even
discussed about salary,he said there would be a client round
which final.Can any one tell how to prepare for this round
and what type questions i can expect.By the way this job is
regarding 1+ exp on mobile app testing


Answer

Hi Rajendra Thanks for reply.I have been selected.And there was no client round.

Is This Answer Correct ?    0 Yes 0 No