In Manual testing , can u prpare bug report in TD?
Answer / pavan
yes, you can prepare bug report using TD. Actually TD is a
test management tool it consists of 4 tabs but you have
only access to Defects tab.
Go to defects tab then enter your bug. then you can
generate bug reports also
| Is This Answer Correct ? | 2 Yes | 1 No |
What is throw object?
How do you capture tooltip using QTP?
what is the Command used to start the QTp from Run.(start-> Run)
Differentiate the two Object Repository Types of QTP.
Tell some commonly used Excel VBA functions?
what are pretesting activities
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
what is action in QTP?
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
actuall wat my doubt is:while doin regression testin we enter all +ve & -ve data....system has to accept +ve and reject -ve data.in such case we get a popup window sayin that wrong entry...now i wan to overcome this popup window..how do i go further....plz explain.i tried thru rec.scenario but of no use.
What is the difference between check point and output value.
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric