How do u find Synchronization problems manually?
Answers were Sorted based on User's Feedback
Answer / usha
synchronization means to wait till the applied operation
completes, after that continue the next operation. If we
conduct testing manually then only we uses this. If we
conduct manual testing, we should wait till the applied
operation completes.
We are not faces these problems manually, i think.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rasul
synchronisation is timekeeping which requires the
coordination of events to operate a system in unison.
synchronization problems may be like..
before you going offline when we use synchronize option
from tools in ur browser the latest version of pages should
we get.
A operation has been done before a status bas fineshes
its loading
system is not performing its required operation even
after finished loading
when we perform some operation in a web page r browser
some thing should be roatating/loading/displaying text msg,
to the user to let the user know system is performing its
required operation.
Rasul
QA Engineer
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umasubbu4u
Synchroinzation comes in to picture only while using any
tool. However, it is not possible to use the
synchronization.
Is This Answer Correct ? | 0 Yes | 1 No |
why did u choose software testing as ur profession????
Mapping the test cases with the requirement. What is this process called?
where did u gather requirements? what is user acceptance testing? in real time plz send me as early as possible?
what is the difference between test strategy and test methodology?
can u give me the sample bug report
On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?
what is the difference between integration testing and end to end testing?
What is there in the final Test Summary Report
How to write a Scenario and test cases for ATM Machine or Lift Operator/Escalator?
8 Answers Aryavrat Infotech, Microsoft, TCS,
Suggest some book to learn more test case???
What type of testing skills we required for a testing.
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000