what is stlc and its contents?
STLC means software test life cycle
Stages in Test life cycle are
Test Initiation
Test Planning
Testcase designing
Test case Preparation
Test case Execution
Bug Tracking
Bug rectification
Test reporting
Test closure
Contents
Test plan documents, Testcase Templates, Bugreports
| Is This Answer Correct ? | 2 Yes | 0 No |
What is Parameterizing Tests?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
what is the hierachy of Descreptive programming?
Test Life cycle starts IS it Requirments stage or Test Initiation?
How do you invoke an application using the step generator in qtp?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
what function you write to do database testing with the help of qtp?
w is descriptive programming
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
what is the frame work your using in automation ?
how will we run batch tests in qtp what is the process to run the multiple test sets?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.