does automation replace manual testing?
Answers were Sorted based on User's Feedback
Answer / sumi
No,because some of the funtionalities mayn't be tested
using Automated tools so we should test those
funtionalities manually
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / purni
Hi ,
Automation cannot replace manual testing. To do the
automation testing first we have to make sure that the
application is stable. This we have to check manually. Even
thought manual testing is time consuming and need human
resource it's mandatory.
Is This Answer Correct ? | 2 Yes | 0 No |
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
how can we do the frame work in qtp
What is deference between normal QTP testing and descriptive programming?
Think and Reply.. can we parameterize radio buttons, check boxes? as in flight web site on flight preference page, choosing different flight produces trouble if from port and to port been parameterize, and runs. Try it by own you will get the error.
please tellme ordernal identifiers in QTP?
Approach for Installation,comaptibility,system testing
Can anyone explain about Keyword driven framework in detail and how to use it in case of any project
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 r the different type of reports generated in Quality Center?
How Exactly we can find out the INDEX No. of any object of an application when we test that application in QTP? Explain this by giving me the example of all LINKS of G-Mail (including home page, User-account page and all possible pages you ever seen in G Mail)?????? and if your answer is that as per appearance of objects(LINKS) in application we can find out the index number in application then tell me how you find out which object(LINK) having INDEX No. 1,2,3 and so on and how you say which object(LINK) is appeared first and which is last?
plz tel me what is the differnce between QC & QTP?
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)