96 reputation
6
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


1d
awarded  Popular Question
May
7
asked How to Check my pc is having internet connection using java
Nov
7
asked Why session is not created in Bot-Bot?
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.
Nov
1
awarded  Supporter
Nov
1
reviewed Approve suggested edit on Testing native application of Android and iOS
Nov
1
awarded  Custodian
Nov
1
reviewed Approve suggested edit on OperaDriver is not navigating to desired URL
Nov
1
asked Testing native application of Android and iOS
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
25
asked How to verify alert message is displayed or not and its text content using SAPB1TC?
Oct
22
comment What are the features of SAPB1TestComposer automation tool?
ofcourse dzieciou
Oct
22
revised What are the features of SAPB1TestComposer automation tool?
edited title
Oct
22
asked What are the features of SAPB1TestComposer automation tool?
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
accepted Verify text present in jquery dialog box
Oct
12
awarded  Scholar
Oct
12
accepted Check-box remains checked up after test and impacts another tests
Oct
12
answered Check-box remains checked up after test and impacts another tests
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.