devendra


{ City } bangalore
< Country > india
* Profession * software test engg
User No # 21290
Total Questions Posted # 0
Total Answers Posted # 4

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

Users Marked my Answers as Correct # 12
Users Marked my Answers as Wrong # 14
Questions / { devendra }
Questions Answers Category Views Company eMail




Answers / { devendra }

Question { 5047 }

what is the frame work your using in automation ?


Answer

keyword Driven.where we can store all datas in their
specific folder,and we can call that any time in the
application.

Is This Answer Correct ?    0 Yes 0 No

Question { Siemens, 53026 }

Wht is the Throughput in performance testing during web
based testing, Generally how do we test this..do we use any
tool etc....Anybody can explain it in detail...


Answer

performance testing:testing the stability and response time
of an application by applying load

response time:time taken to recieve request ,execute and
send programm
t=t1+t2+t3
t1,t3=depends on request
t2=depends on code

stability:with stand load

generaly we are using performance tools such as
astro load
load runner
silk performer
rational performer
eload
web application stress
i metrica

Is This Answer Correct ?    9 Yes 13 No


Question { HCL, 5113 }

What is the main difference between desriptive programming
and generic functions


Answer

In descripting programming we write the script based on the
properties of the application without usage of object
repository

in generic function is a function which can be used in any
project or application

Is This Answer Correct ?    2 Yes 0 No

Question { CSS, 5321 }

1.What is mean by Databasse testing ?
2.Defect Life cycle?
3. define compatibility testing with example?
4. define severiority and priority with example and who will
give severiority and priority?


Answer

Database Testing: Database Testing basically include in the
following areas
1.Data Validity Testing.
2.Data Integrity Testing.
3.Performance Related Testing
4.Testing of Procedure,Triggers and Functions

2> Defect life cycle
wht is defect:deviation from the requirment
bug:informal name given to defect
eror:mistake in programm
defect life cycle
open--assign-->fixed-->retest-fixed->close--ifnot->reopen

the defect life cycle is a part of test execution as a test
engineer when i start executing the test cases i am found
lot of bugs so i have to maintain certain proceegers
first we have to check in bug repository with all possible
keywords
1.once i found bug then i send bug to development team and
cc to test lead
2.they evaluate the bug whether the bug is assigned or not
different kind of responses like
a.bug reject b.duplicate c.not reproducable d.fixed in next
relese e.cannot be fixed f.request for enhancement
with above all condition is satisfied then they assign bug
to concerned developer
3.once developer fix the bug then he send to me for retest
the same bug
4.if the bug is fix then i close the bug
5.if not i will reopen the bug
and the process repeats

3>compatability testing:testing the application with
differnt hardware and software configeration is
compatability testing
eg:my application is eblaze online recovery backup so for
that my features are tested in different platforms such as
windows xp,2000,2003,vista home,vista proffesional and with
diff config such as 256 ram,512 ram,1 gb ram,2 gb ram and
etc

4>priority:the word priority is associated with scheduling
it is of diff types :blockers,major,minor
severity: the word severity is associated with standards or
urgency
it is of different types high,medium,low
usualy as a tester i will give whether bug is blocker or
major or minor
based on that developer will give prominence and fix the
concerned bug

Is This Answer Correct ?    1 Yes 1 No