If u don't have any Knowledge on perticular application but
they give that application to u for Testing ? Then How we
wil move towards testing on that application?
Answers were Sorted based on User's Feedback
Answer / manjunath gudi
In real scenario it will not happen .without knowing what u
will test. u dont know what to test so first study CRS,SRS
or FS and then write testcases. and take aproval from u r
lead.and then test u r application.as a proffesional test
engr i dont suggest any one to test without any knowledge.
if u go for testing without any knowledge then u dont
complete u r testing.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / suresh
Hi,
This is valid question,why this type of questions are
asking in the software industry bcz they want to check the
ability of the testing person,whether he/she can do the
testing without any document,just providing an application.
Yes: If you don't have any knowledge on perticular
application but If somebody is assigned you to test the
application.
Follow the steps:
1.First Go to the help & then check the functionality as
per the option provided in the application.(help is the
mandatory option for all the application)
2.Understand complete functionality of the application
3.If you have any doubt regarding the application ,pls ask
to your seniors & get the knowledge about application
4.Then start testing the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / gouse basha
without knowing any thing about application we cant take
next step.atleast we have to know some overview of abut
that application and we will do testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravikanth
I will agree with Manjunath's answer. First if anything
need to be tested ask of SRS Document of that or Get
explained of What to be Tested. Otherwise, you will be
Testing and Finding Cosmetic Errors (If exists) that too
partially.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siva
If you dont know anything about the application the
word "Testing" doesn't have any meaning. So before testing
the application go thru the related document or get a
download about the functionality from the respective
person. It will help to understand the functionlality and u
will know what is going to be tested.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / debi prasad bhol
If u dont have any knowledge on perticular application but
they give that application to u for Testing , then in my
opinion u can test the application by designing the
specific kind of test case. Because we know that a tester
can design their test cae for the testing of application
and the design of test case can be done in three ways
1)Business logic based Test case design
2)Requirement based Test case design
3)User interface based Test case design
Here the Test case design is applicable "user interface
based test case design "
Then design test cases first then write test case
accordinly
then execute those test cases ,find bug ,analyse it .....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hari
If u don't have any Knowledge on perticular application we
can go for Exploratory Testing.
We can explore the application and test the application
Parallel.
Exploratory testing means one will testing the application
with out any prior document support.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / usha
without knowing about application testing is not possible,
because by reading BRS,SRS,Function specifications/use
cases only we impliments test cases and executes tests. If
there is no information about application at least we must
find from our test lead whether it is related to any other
application and then we can proceed by gathering details
from experts or other sources then only we will tests that
application. Application means the customer should submit
details and his expectations on that soft ware. so i think
it is not come in to picture maximum.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramesh r
Hi veda
For functional testing ,application knowledge is
neccessary so explore the app well, go thro requirements
then proceed with automation functional testing
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the challenges you faced during you entire life automation ?
Explain hybrid framework with advantages and disadvantages?
If i entered 2 columns and 4 rows inputs in DDT Like Mango fruit, Banana Fruit, Brinjal Veget, Carrot Veget.. . My Q is How to get the 2nd column value for corresponding 1 column input in 3rd row ie, ( i need to get "veget" in messge box @ run time
What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.
What is ObjectParamater?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
Explain about the test fusion report of quicktest professional?
Explain in brief about the qtp automation object model (aom).
what is a file system object in QTP
What is the syntax to call one script from another?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
What are accessibility check point and xml check point?