Answer Posted / stl
The sequential execution of more than one test to validate
functionality is called batch testing. To increase
intention of bugs finding during test execution, batch
testing is suitable criteria. The test batch is also known
as test suit or test set. Every test batch consists of a
set of multiple dependent tests. In every test batch end
stage of one test is base state of next test.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to write business scripts using object repository with different scenarios
Explain the features and benefits of quick test pro(qtp)?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Why script error occur in between recording in qtp?
In qtp is it possible to check broken links of a page?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How did you resolve conflicts present in Object Repository?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Will down time for server and content maintenance/upgrades be allowed? how much?
Explain the views in the QTP GUI?
Hi,All How to create a link in excel sheet using qtp
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.