which type of testing process are you following in ur company?
how to recognize a qtp page?
74
How can I find out the cursor position through QTP
suppose I am keep tabbing(Pressing the tab key continuously)
and stoped at a position
Now I want to find out where the cursor position is
what is port testing and do it comes in manual testing?
44
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user
interface)
2. wat is the meaning of Keyword in keyword driven frame
work?
3. how u will handle the unknown errors while exucution.
(not recovery scenario)
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 by the use
explain deep structure testing
106
How do you perform configuration management with typical
revision control systems?
Can anybody let me know how to test the Drag and drop
feature of the column in a .net application...eg..i hav to
test the drag and drog feature of a table(swftable) in a
application..plze help!!
IN MY APPLICATION SOME WINDOW IS THERE
IT CONSISTS OF SOME 25 LABLES
IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE
BACKGROUND COLOR IS YELLOW
WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS
HAVING YELLOW COLOUR
backcolor=SwfWindow("ALTAIR").SwfWindow("Load
Wafer").SwfLabel(" ").GetROProperty("backcolor")
SUPPOSE LIKE DS IT WILL BE THERE
THEN FOR THAT SwfLabel(" ") inside this how to specify
is my doubt
because i have to check all the 25 labels
plz explain it how to specify that