who will distribute the project modules for testing in
testing team ?
Answer Posted / rajesh.veggalam
after completion of test initiation or test strategy . the
test lead category people are defining the test plan what to
test ?, what to test?, when to test?,and who test?
in this stage the test lead is preparing the system plan and
divided that plan in to MODULES test plan.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what QTP Options do you know?
Does QTP record on Objects created on XWindows Environment?
What is test object?
What is ObjectParamater?
What are the general steps involved in the data driven framework?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
What does it mean when a check point is in red color? What do you do?
What are the five challenges you faced in QTP?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
What contains Data Driven Framework document in qtp?
how to evalute defects in QTP script?
How to handle Java tree in QTP?
What is the descriptive programming?