Hi Friends, If you got one Bug , and you are insert that
bug in bug tracking tool , and you need to attach SC's
(screen shots) also. how to tae SC's , in your organization
any separate tools available to take SC's. please provide
Ans. its urgent...
Thanx in advance
Answers were Sorted based on User's Feedback
Answer / pranay uthkam
Hi, in our company we have a tool called SnagIt. This is one
of the best tools for making the screen shots required.
Regards,
Pranay
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sridhar
Hi,
in our organization we are using "FastStone Capture".
it is freeware software. U can download from net.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prajakta deshmukh
Hello,
Usually we are using Top Team... its a bug tracking tool
actually.... but It provide one utility to attach the
snapshot....
So we can easily put bugs along with its snapshot using
this tool...
Otherwise u can download Screen hunter 4.0...its freeware
software for taking snapshots.
| Is This Answer Correct ? | 0 Yes | 1 No |
Sometimes my QTP scripts works fine and sometimes its not though I am using same shared Repository and am not doing any changes in it.Even though for descriptive programming also its works fine and sometimes it does not work.my application is pretty stable.Could anyone please answer why am facing these types of issue??
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
How to change the screen name while running the test.
Can we directly automate test script according to requirements?
What is regular expression?
What are the types of object repositories? Which one is you using?
Hi all, what is the latest version of QTP?
.qfl extension for which file? where vl use it
How many scripts do you write per day. What is the average number of scripts you have written in your recent project
1 Answers CenturyLink, Optum, Value Labs,
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2