HI,
Based On The Information Below Write A Data Driven test
Script
Edit Box 1 Should take Value From Num1 Column
Edit Box 2 Should take Value From Num2 Column
Click On Add Button,
Get The Value Of Exp res Column,
Get Value From Actual Result Edit Box ,
Compare Two Values, Write Pass / Fail Value Into Result
Column
Thanks In Advance... Kavitha
Input.Xls
Num1 Num2 Exp res Act res Result
10 30 40 40 Pass
50 40 90 90.5 -
- - - - -
- - - - -
- - - - -
When the 1st time I will log into the application it will
ask to change the passward.After 30 dayz the passward will
expire and the application is unaccesible.U cant alter the
server time....
How will u test it??
There is a field in the form...if i will put a number it
will give the square of the number as output..it takes
numbers from 1 to 100!!!
how to test it???
Hi Friends, I have 2.5 yrs of experience. i am havung
interview for QA/QC position tomorrow.what type of
questions shall i expect for this experience? PLS HELP.
THANKS IN ADVANCE
Hi all,
I am New to QTP . I am Now in critical situtaion. I want to
know How to create our own object respository for our
application. please say the answer with example.
why we cannot apply check points in compile modules?
115
Deep structure testing is not designed to Option 1 examine
object behaviors Option 2 exercise communication mechanisms
Option 3 exercise object dependencies Option 4 exercise
structure observable
33
What is the Desktop Testing?
45
I Want To Join Infrasoft Technologies,what is the Procedure
To Join The Company?
I have 2 years of exp. in testing and looking for a change
if any body knows, about any vacancy in testing then plz
contact me on deepti_ac@yahoo.co.in
write test condition for testing SMS service of a mobile
phone maximun length is 100 character while sending and 80
character for receiving write test scenarios do not write
test cases
53
How to indentify MS-Word objects like Menubar, Toolbar,
table/columns/rows/cells etc within Word document, using
QTP?
170
Hi,
how can we check or avoid the memory leakage in QTP9.2?
I hav installed QTP8.2, im working on webapplication, while
running the script giving error msg like "QTPro.exe
generated errors and will be closed by windows. You will
restart the program. An error log is being created".
Pls anybody what is the problem, what i have to do for this?
Thanks...
193
How is recording done when a application is over lapping
the QTP application it gives a message object not recorded
112
What techniques will cause double-byte problems to show up?
5
Can you explain the different maturity levels in staged
representation?
6
can anyone tell me few critical bugs in ecommerce project.
72
What is virtual creation tool?
57
hi friends, i have completed course and project on
insurance domain in mindq testing institution...can any
working employee please tell me ,which notes( testing
subject notes,project notes)i have to prefer first.i was
studied both notes and getting confussion.one of my friend
got job throughly only project notes and said that project
notes is enough to get job.in which way ,i have to prepare
interview( which important topics first ), if you are
follow any strategy to interview purpose,pls send me
important topics list.
131
Can any one send me the QTP Basic Coding Samples?
182
Which one of the following activities is the most efficient
and most cost effective at identifying defects?
1. Prototyping
2. Unit test
3. Beta test
4. Design/code inspection
5. Risk analysis
Hi can anyone pls let me know, how many test case can be
written to this C question (Unit testing)
*funame (Int x, Long b)
{
x=b;
x < 5
}
Note:
- Return type is boolean
- Input type is unsigned char