meenakshi


{ City } bangalore
< Country > india
* Profession * ste
User No # 5162
Total Questions Posted # 0
Total Answers Posted # 9

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

Users Marked my Answers as Correct # 32
Users Marked my Answers as Wrong # 18
Questions / { meenakshi }
Questions Answers Category Views Company eMail




Answers / { meenakshi }

Question { Accenture, 43464 }

When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .


Answer

When there is no time or it takes more time for the
developer to fix the bug so he chnages the status as
deffered.That is it will be fixed in the next build.

Is This Answer Correct ?    4 Yes 11 No

Question { 5577 }

in regression testing we excute only modified build .how we
will get to know that this much part not going to effect
rest of application.


Answer

Generally before going for regression testing we select
regression testcases from the whole set of testcases.
these testcases are selected in such a way that due to
modification of code which part of the application is
affected .
in this way we wil be knowing how much part to test.

Is This Answer Correct ?    0 Yes 0 No


Question { 4223 }

what are the questions asked on projects in testing for 2+
and 3+ exp??


Answer

There are separate questions for 2+ and 3 +.
Generally they ask like what is ur role in the projects??
what testing u did??? suppose if u say database testing,
they all ask how u did database testing in ur project.
explain in brief about ur current project.
and mostly they will concentrate on current project.


Is This Answer Correct ?    0 Yes 0 No

Question { Ebix, 6843 }

APPROACHES FOR WEB BASED APPLICATION TESTING. DIFFERENCE
CBETWEEN WEB BASED APPLICATION AND CLIENT BASED APPLICATION


Answer

In webbased testing we test the functionality
links,images,navigation,cookie testing etc.,
in webbased applications we concentrate more on the
performance testing like in webapplications the number of
users are not predictable.
in client based application we do test all these but
apart from these we do server side validation testing and
we wont concentrate much on performance testing.

Is This Answer Correct ?    0 Yes 0 No

Question { 7159 }

Hi Friends... What you are doing in Regression Testing and
how many test cases you ran in regression testing...
suppose there is 1000 test cases is there how many test
cases again you run .. 1000 test caes r how many...

thanx in advance..


Answer

Regression testing is usually done on a modified build.
Selection of regression testcases depends upon which
functionality is changed and the testcases which cover
those functionality are selected and also select those
testcases that failed in the lastbuild.
U have to select all these testcases from ur 1000
testcase suite.

Is This Answer Correct ?    1 Yes 0 No

Question { iGate, 7313 }

If there r 1000 test scripts that were written. If a change
to any functionality is to be made then how can we know in
which script is this functionality existing.


Answer

If u know the application and functionality u can know
easily.

Is This Answer Correct ?    1 Yes 2 No

Question { iGate, 10834 }

In a shared Object Repository in QTP if some object is
changed how can the other script which is using the same
object can be known


Answer

question is confusing be little bit clear.....

Is This Answer Correct ?    0 Yes 2 No

Question { 7094 }

Today only i joined in this site. Can u please tell me
definition of parameterization. and how i can do the
parameterization?


Answer

If u want to check how ur application behaves for different
input data we can go for parameterization.
U can parameterize the input data u give.
Paramerization is of 4 types
1. Test,action or component parameters
2.data table parameters
3.Environment variable parameters
4.Random number parameters

Is This Answer Correct ?    1 Yes 1 No

Question { Wipro, 32794 }


How can i count the list box elements in QTP ?using script
plz explain me (Chandana)


Answer

u can use GETITEMCOUNT to count the items in a list
box.For an example see the below script.

msgbox Window("flightreservation").Wincombobox
("flyfrom:").getitemcount

Is This Answer Correct ?    25 Yes 2 No