rajesh


{ City } hyderabad
< Country > india
* Profession * se
User No # 14746
Total Questions Posted # 0
Total Answers Posted # 8

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

Users Marked my Answers as Correct # 43
Users Marked my Answers as Wrong # 2
Questions / { rajesh }
Questions Answers Category Views Company eMail




Answers / { rajesh }

Question { Vyons Labs, 15785 }

In an Text Box Expected Value is 'icici' where as actual
value came up is 'icci'. Now in the Bug Report How will u
rate the severity and Priority?


Answer

Generally for cosmatic bugs we will give low severity and
low priority only. But in some situations like application
is ready to release at that time if we find this type of
bug then priority will be high as sateesh said.

Is This Answer Correct ?    0 Yes 0 No

Question { Vyons Labs, 15785 }

In an Text Box Expected Value is 'icici' where as actual
value came up is 'icci'. Now in the Bug Report How will u
rate the severity and Priority?


Answer

Generally for cosmatic bugs we will give low severity and
low priority only. But in some situations like application
is ready to release at that time if we find this type of
bug then priority will be high as sateesh said.

Is This Answer Correct ?    0 Yes 0 No


Question { EDS, 10434 }

What are the Techniques to be followed while writing the
Test Cases?


Answer

1. Boundary value analysis
2. Equivalance class partition
3. Error guessing

Is This Answer Correct ?    4 Yes 0 No

Question { SumTotal, 14261 }

What are the different types of joins


Answer

In SQL Server, we have the following joins
1.Self Join
2.Inner Join
3.Cross Join
4.Outer Join
4.1 Left Outer Join
4.2 Right Outer Join
4.3 Full Outer Join

Is This Answer Correct ?    4 Yes 0 No

Question { Four soft, 12671 }

What is meant by Repository?


Answer

Logical name and physical properties which are required to
identify the objects are maintained in a file called Object
Repository.

Is This Answer Correct ?    1 Yes 0 No

Question { 12867 }

Describe to me the Software Development Life Cycle as you
would define it.


Answer

SDLC is divided into 6 stages
1. Information Gathering
2. Requirement Analysis
3. Design
4. Coding
5. Testing
6. Maintainence

Is This Answer Correct ?    24 Yes 0 No

Question { Verizon, 8469 }

How can you decide max number of testcases for a Module?


Answer

Based on the number of requirements we can say min test
cases. Max we can say based on the tester ability.

Is This Answer Correct ?    6 Yes 1 No

Question { Semantic Space, 9551 }

How do u retrieve data from a text file into different
variables. i.e.
in a text file named "source" , the data is like :
india,1000,japan,200,china,50,singapore,45050
this is given in the first line of the text file.
in the second line of the text file the dta is:
sun,moon,planet,river,earth,water

if u use "readline" method by using FSO concept u can
retrieve the entire line in to a variable. but i want to
import each field (ex: "india" in one variable, "1000" in
another variable etc..). Apprecitae proper replies.


Answer

Mr,

You have done almost,

Using FSO Readline, retrieve the line in to variable say A

then apply Split function on variable A and use the Comma(,)
as delimeter to split and get this data into a variable of
type array

then get each of the array element into required variable

need more info...
next time

Is This Answer Correct ?    4 Yes 1 No