How to convert manual test cases to automated testcases
Answer Posted / kkk
we go for the QC. in QC one frame work called BPT frame
work in that first we prepared manual test cases.and there
is one option to switch on to the Automation.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Can we record an application running on a remote machine using qtp?
How to analyzing the checpoint results?
What are the major/ important methods, functions in QTP we use realtime testing
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
can any body give the banking domain concepts/links
banking domain description for software tester for interview
In qtp is it possible to check broken links of a page?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
what is the difference between development and testing
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?
What is synchronization point in QTP?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You