i m fresher iwant to know about testing what is the scope of
testing field.i m aware in manual testing shall i go to
automatiuon testinh directly or if any work experinc in
manual testinh then only i go to manually automation testing.

Answer Posted / uday

Dear friend,

Never temp to come to Testing field, as you can see hell lot
of crowd in Testing, there is no growth in Testing field.

Employee requirements are changing very frequently in
Testing field.

Before 5-6 years back, the testing is different than the
current testing.

Earlier, they asked whether u as a tester or not? but now
see companies are strict only specific tool and also in the
domain.
When u see now, how many companies only asking for QTP or
Selenium or any other tool? very few isnt't. High
appreciated tool today is no more after 1 year. Why to have
your bounds in this area, rather look for other technologies
like Oracle Apps, SAP and Analytics many more.

Your life depends on your decision now.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the differences between functions and actions in UFT?

610


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2422


Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance

1525


Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?

620


How you will rate urself in QTP in the range of 0 to 5

1747






How can I use Call dlls in QTP ?

1790


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

3279


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

599


I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?

1567


Hybrid framework supports Descriptive programming. Is it true?

651


hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?

2803


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1740


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?

1377


How can get count of list box?

635


How will you test a stapler?

595