What are the three challenges U faced during automation
testing of your application.
Answers were Sorted based on User's Feedback
Answer / vikrant
I faced so many problems following are the three which made
major impact
1. Designing an architecture for automation
2. deciding technology/tool with which everyone at least aware
3. explaining the architecture to subordinates so that while
automating they will create as per that
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / praveenkumar
1.Till what level automation should be done?
2.Do you have sufficient and skilled resources for automation?
3.Is time permissible for automating the test cases?
| Is This Answer Correct ? | 2 Yes | 4 No |
What is qtpro? What is quick test pro? What is a quick test professional?
Why u don’t like recording the script and writing the script
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
What is the syntax to call one script from another?
why was automation used in the project?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
Explain sub procedure of vbscript.
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
How we can add actions in the test using QTP?
What is regular expression?
What are advantages of test automation?