96 reputation
5
bio website ccstechnologies.org
location Kerala,India
age
visits member for 8 months
seen May 10 at 6:55
stats profile views 1

Quality Controller


Nov
6
comment Testing native application of Android and iOS
Thanks Siva, I Have gone through Money Talk but while exploring I came to know that we can do Testing only if we have the source code of an app(android).But is there any tool where i can do functionality testing without the need of a source code.
Oct
25
comment How to verify alert message is displayed or not and its text content using SAPB1TC?
i could verify the text present in message using "compare item' but how would ensure that message is displayed
Oct
22
comment What are the features of SAPB1TestComposer automation tool?
ofcourse dzieciou
Oct
16
comment OperaDriver is not navigating to desired URL
Lyndon i am getting following error in console, Exception in thread "stp-thread" java.nio.channels.ClosedSelectorException at sun.nio.ch.SelectorImpl.selectedKeys(SelectorImpl.java:75) at com.opera.core.systems.util.SocketMonitor.pollSockets(SocketMonitor.java:132) at com.opera.core.systems.util.SocketMonitor.poll(SocketMonitor.java:108) at com.opera.core.systems.scope.stp.StpThread.run(StpThread.java:60)
Oct
12
comment Check-box remains checked up after test and impacts another tests
Thanks lars for your comment.Well i got issue solved.The issue was with a for loop that i had used to iterate through all check box id and if the page doesnt have it will click on next button.Actually i had misplaced the click on next button.