i want to learn testing tools what i have to know before.iam
fresher i dnt know any this..which langagues i have to before
testing.
Answers were Sorted based on User's Feedback
Answer / subbu bhogireddy
First u need to know about what is software testing basics
then only u will get some idea.Try to Vb script also .it is
very useful for writing scripts(Automation testing)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rajesh
First you should have basic knowledge in 'C' language. Then you can easily adapt Automation Testing(QTP).
| Is This Answer Correct ? | 1 Yes | 5 No |
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
Does QTP is "Unicode" compatible?
Explain different type of event trigger option.
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?
how to get the object count ?????????
How to face prjoect manager round what type of questions they will Ask ? (Chandana)
1 Answers Call Centre, Convergys, IBM,
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
How u call functions in QTP Function to calculate the length of characters in a word -
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
What are the different attribute used with regular expression?
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.